Main repository for Workers web-site. You can see instructions down here.
Don't delete these files:
.editorconfig
, .gitattributes
, .gitignore
, package.json
.
Clone repo (by ssh/https/git-cli) or download zip archive.
Then use the package manager npm to install all dependencies.
npm install
cd client/
npm install
cd ../
To run dev server use. It will open server (api) and client (react) on ports 5000 and 8080.
npm run dev
Use tests before commits. Travis will check all commits.
npm test
This project is private, so you are not allowed to do pull/pusg requests without permission.