This project is created for End Slavery Now in order to create a digital way to share products and brands that are known to be Slave Trade free.
This app was written by the Elixir Labs team.
Clone the project git clone https://github.com/elixirlabsinc/endslaverynow.git
Enter the directory cd endslaverynow
Install dependencies npm install && bower install
Run grunt
for building and grunt serve
for preview.
Run grunt build
to build local dist files that can be deployed
Run grunt buildcontrol:pages
to deploy local dist folder to GitHub Pages
Running grunt test
will run the unit tests with karma.