Hashtag Interactive Christmas Game
A Simon-inspired memory game built with Next.js + TypeScript.
Quick Start
- Install Yarn.
- Clone the app:
git clone git@github.com:dominicarrojado/hashtag-interactive-christmas-game.git
- Install dependencies:
cd hashtag-interactive-christmas-game
yarn install
- Run the development server:
yarn dev
- Open http://localhost:3000 to view it in the browser.
Running All Tests
yarn test
Running Tests (Watch)
yarn test:watch
Build For Production (Static)
- Build and generate static files:
yarn build
yarn export
- The
out
directory can be served by any static hosting service or CDN.