You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. [Install Node](https://nodejs.org/en/download/)
2. Make sure you have [NPM Installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3. [Install Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
Project setup
1. yarn install - This is necessary to install node modules (dependencies of the project)
Compiles and hot-reloads for development
1. Open any command line tool or use VS Codes CTRL + `
2. Run `yarn serve` - This is necessary to run the project locally
Compiles and minifies for production
1. Open any command line tool or use VS Codes CTRL + ` ;
2. Run `yarn build` - This is necessary to compile to production
Lints and fixes files
1. Open any command line tool or use VS Codes CTRL + ` ;
2. Run `yarn lint`