/games

A collection of casual games

Primary LanguageTypeScript

Reversi

This is Reversi built using Next.JS. The site itself is static and deployed using Github Pages.

Developing

Development happens on main, and the prod branch is deployed to gh-pages.

  1. npm install to install dependencies
  2. npm run dev to start the Next.JS dev server
  3. npm run storybook to start Storybook
  4. npm run watch to run unit tests
  5. npm run build to build the static site