Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.02 KB

NeverAgain

Automatic Build

Build Status

  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/