npm install
cp .env .env.dev
cp .env .env.test
- Edit environment variables in .env.dev to reflect local development environment
- Edit environment variables in .env.test to reflect local test environment
sudo ./deploy-postgress.sh
sudo ./deploy-image-server.sh
source .env.dev
npm start
source .env.test
npm start -- --release --test
npm run test
npm run e2e
E2E testing environment is graciously provided by
Copyright © 2016-2017, Transitlinks. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.
...