Feat/remove user stories+update repo (#9)

* feat: remove .gitconfig

* feat: remove hyperdev assets

* feat: add .gitignore

* feat: add sample.env

* feat: remove user stories from readme

* feat: update packages and add dotenv

* fix: update server.js

* fix: port variable

* fix: remove user stories from index + add favicon

* fix: replace tabs with spaces

* fix: css spacing + remove unused css
This commit is contained in:
Tom 2020-11-23 14:27:07 -06:00 committed by GitHub
parent 5f42c6722c
commit 4457ffe0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 65 additions and 217 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.env
node_modules