If you want to modify this project, here is how you get the code and turn your changes into working html/javascript.
-
Clone the repository.
git clone https://github.com/Strilanc/SurfaceCodeTurnTable.git
-
Install the dev dependencies.
cd SurfaceCodeTurnTable
npm install
-
(Optional) Make your changes. Run the tests.
npm run test-firefox
-
Build the output.
npm run build
-
The output is a single html file
out/main.html
. Confirm it works by opening it with a web browser.firefox out/main.html
-
Copy
out/main.html
to wherever you want.