Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 936 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 936 Bytes

Workers Build Status

Main repository for Workers web-site. You can see instructions down here.


Don't delete these files: .editorconfig, .gitattributes, .gitignore, package.json.


Installation

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 ../

Usage

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

Contributing

This project is private, so you are not allowed to do pull/pusg requests without permission.