https://github.com/benawad/vscode-stories
- Have PostgreSQL running on your computer
- Create a database called
stories - Copy
.env.exampleto.envand fill inGITHUB_CLIENT_IDandGITHUB_CLIENT_SECRET(you will have to register a GitHub OAuth account and set the callback url to: http://localhost:8080/auth/github/callback) - Don't forget to run
yarn yarn devto startup server