The code behind the https://steps.ideo.org website
git clone https://github.com/IDEOorg/steps-website
cd steps-website
npm install
- Running the code on your server:
- To run the development build:
npm run start
then go to http://localhost:3000 - To run the production build
npm run build
then go to http://localhost:4000. The production files will be in the /dist folder.
We welcome all contributions to this code base, as well as bug reports. To suggest a contribution please open a pull request against this repository. It is likely a good idea to get in touch before doing any work so we can coordinate.
Please submit any bug reports via GitHub issues. Click on the Issues tab at the top of this page.
This project is licensed under the MIT license. The license can be read here.
Much of the project directory structure and build scripts are adapted from react-slingshot. Its license can be read here.