Game of Turing Machine programming challenges. Click here to play!
Available in English and Turkish! |
---|
Since this is a Web + NodeJS project, make sure you have the following software installed:
- NodeJS
- NPM
- An arbitrary http server
-
Clone the project, put it in a folder of your choice.
-
Delete the
dist
folder. -
Go to
404.html
and change the following line:
- from
let urlPrefix = '/turing'
- to
let urlPrefix = ''
- Go to
src/utils/init.js
and change the following line:
- from
let urlPrefix = '/turing'
- to
let urlPrefix = ''
- Run the commands:
npm install
npm run build
-
Delete
index.html
-
Now a folder named
dist
should appear in the root folder. Cutdist/index.html
from this folder, and paste it inside the root folder. -
Done! Run the http server from the root folder:
http-server .
Please see the Help Page.