- Regular tic tac toe
- When someone wins or draws, nested the whole game into a bigger board
This is a Next.js app
- Install the correct Node.js version (defined in .node-version)
I use n for this - runn auto
- Install dependencies
npm install
- Start the dev server
npm run dev