We are open to, and grateful for, any contributions made by the community. By contributing to axios, you agree to abide by the code of conduct.
Please follow the node style guide.
Commit messages should be verb based, using the following pattern:
Fixing ...
Adding ...
Updating ...
Removing ...
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing on Travis CI.
Please update the docs accordingly so that there are no discrepancies between the API and the documentation.
npm run test
run the jasmine and mocha testsnpm run build
run webpack and bundle the sourcenpm run start
run in production modenpm run local
run in development mode
Please don't include changes to dist/
in your pull request. This should only be updated when releasing a new version.
./run_deploy
open https://stimson-web-curator.uk.r.appspot.com
Running production in browser
cd ~/stimson-web-api
./run_docker.sh
open http://localhost:8080
Running development in browser
cd ~/stimson-web-api
./run_tests.sh
. .venv/bin/activate
flask run
open 127.0.0.1:5000