Made with <3 by Dylan
# copy env
$ cp .env.example .env
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn devIf you are using VSCode, install the following extensions to help with development:
- Prettier (must-have)
- ESLint (must-have)
- Vetur (must-have)
- GitLens
- GitHub Pull Requests and Issues
