Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 240 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 240 Bytes

Contributing

Pull requests are welcome!

The source code is in the project root directory. Files compiled for the browser are in client/. Before submitting your PR, please compile the code by running

npm install
npm run build