Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 948 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 948 Bytes

Computron 5k Contributions

Set up and Run

# Set up
git clone
npm install

# Run
npm run build
npm start

Will install all dependencies & begin the development server on https://localhost:8080.

Automated tests run at https://localhost:8080/tests, and by clicking the "Tests" link on the top right nav bar.

Issues & Pull Requests

  • Send pull requests to the main branch.
  • Please use the bug and enhancement tags when creating general issues.
  • Issues tagged good first issue are expected to be small, focused changes to contained parts of the codebase.
  • Many parts of Hack are not yet implemented. If the feature is part of the core hack book, add the issue to the Book Parity milestone and either the HDL, CPU, or VM project as appropriate.