NOTE: This separate project has been archived in favor of the monorepo setup at https://github.com/pol-is/polis.
Install the NVM following the instructions: NVM Installation Guide.
Them run the commands below to install the correct Node.JS version and the application dependencies.
nvm install 6.2.0
npm installIf you having troubles with npm dependencies try run the commands below:
npm cache clear
npm installnvm use 6.2.0
npm startWe use the Jest Testing Framework.
npm testTo build static assets for a production deployment, run
gulp distAs a convenience, the deploy_TO_PRODUCTION script is provided for deploying to AWS S3 or via SCP to a static file server.
For S3 deployment, place your AWS credentials in a JSON file at .polis_s3_creds_client.json that looks like this:
{"key": "XXXXXXX", "secret": "YYYYYYY"}- Checklist by David Courey from the Noun Project
 - AI by mungang kim from the Noun Project
 - Science by Akriti Bhusal from the Noun Project
 - Success File by Ben Davis from the Noun Project