Simple Tic Tac Toe Game
To use this project, you need to follow these steps:
- Clone the repository:
git clone [email protected]:MarcusXavierr/tic-tac-toe.git
- Install the dependencies:
npm install
- Run the application:
npm run dev
Note: This project uses Vite to run locally. Make sure to run the project using npm run dev
instead of npm start
. To build the project use npm run build