Skip to content

youthradio/NeverAgain-Front

Repository files navigation

NeverAgain

Automatic Build

  1. If the build status is green passing, then a final static build with the website is pushed to gh-pages
  2. Every new push, via github desktop or via github web is hooked up with travis-ci.

Build the project using your computer

You need the latest NodeJS and npm installed.

  1. Clone the Repository:
     git clone https://github.com/youthradio/NeverAgain-Front.git
  2. Install package dependency
     cd NeverAgain-Front
     npm install
  3. To run in dev mode
     npm run start
  4. To build startic files
    npm run build
  5. All the static files will be on dist/