Skip to content

Pawel-Parma/turingmachine.it.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Machine Simulator

A turing simulator website

Dependencies:

Usage

1. Clone the repository:

git clone https://github.com/Pawel-Parma/turingmachine.it.com.git
cd turingmachine.it.com

2. Compile TypeScript to JavaScript:

cd public/ts
tsc -b

This will create public/js folder containing compiled JavaScript

3. Start go server

cd ../..
go run .

The server will start on localhost:3000 and serve content from public folder