- If the build status is green passing, then a final static build with the website is pushed to gh-pages
- Every new push, via github desktop or via github web is hooked up with travis-ci.
You need the latest NodeJS and npm installed.
- Clone the Repository:
git clone https://github.com/youthradio/NeverAgain-Front.git
- Install package dependency
cd NeverAgain-Front npm install
- To run in dev mode
npm run start
- To build startic files
npm run build
- All the static files will be on
dist/