# 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.
- Send pull requests to the
main
branch. - Please use the
bug
andenhancement
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 theHDL
,CPU
, orVM
project as appropriate.