A turing simulator website
- TypeScript compiler
- Go
git clone https://github.com/Pawel-Parma/turingmachine.it.com.git
cd turingmachine.it.comcd public/ts
tsc -bThis will create public/js folder containing compiled JavaScript
cd ../..
go run .The server will start on localhost:3000 and serve content from public folder