Development setup - frontend-rescue/keep-up-to-date GitHub Wiki
How can I configure and run the project?
$ git clone [email protected]:frontend-rescue/keep-up-to-date.git
- Now go to the project's folder:
$ cd keep-up-to-date
- Go to develop branch:
$ git checkout develop
- Install its dependencies:
$ npm install
- Work!
- Open your terminal and create a new build:
$ npm run build