Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 610 Bytes

Contributing

Contributions are always welcomed and highly encouraged, thank you for visiting this page!

Ways to help

If you have an idea, question, anything else to discuss, feel free to open a new issue in "Issues" tab.

If you want to submit your code, see technical guide below and feel free to open a new PR in "Pull requests" tab.

Technical guide

The repository contains raw HTML page files at src directory.

For local development, you can run a Node.js live server via serve:

npx serve ./src

then open the game at http://localhost:3000.