GantMan / tictactoe-ai-tfjs

Train your own TensorFlow.js Tic Tac Toe

Home Page:https://www.tensorflowtictactoe.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run on local machine

marshallmathers78910 opened this issue · comments

First of all I appreciate your effort to share your great project. I have been trying to run your code on my computer by downloading the code and simply opening the index.html file. However only a blank white background is visible. I tried to modify your code and manually link the css file using <link rel=""...> and the background started to show up. Did you do this intentionally or is there any other way in which I can run your code directly without making any changes to it?
My apologies in advance if my question seems stupid. I'm new to web development and ML.

nvm i didnt read through the contents in depth
all you have to do is type "npm start"

If you'd like to do a PR to the readme with a "How to run this project" section, I'd merge it!