TicTacToe
A simple tictactoe game made using svelte
Installation
git clone https://github.com/qxb3/tictactoe
cd tictactoe
npm install #or yarn
Running
#Running as development
npm run dev #yarn dev
# Building
npm run build #yarn build
A simple tictactoe game made using svelte
git clone https://github.com/qxb3/tictactoe
cd tictactoe
npm install #or yarn
#Running as development
npm run dev #yarn dev
# Building
npm run build #yarn build