Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomokimiyauci/matryoshka

:video_game: Real-time battle game evolved the Tic Tac Toe:dolls:
https://github.com/tomokimiyauci/matryoshka

board-game chromatic express firebase game githubactions hygen jest nuxt pwa snapshot ssr storybook stylelint typescript visual-regression vue vue-composition-api vuetify

Last synced: about 1 month ago
JSON representation

:video_game: Real-time battle game evolved the Tic Tac Toe:dolls:

Awesome Lists containing this project

README

        

Matryoshka

![test](https://github.com/TomokiMiyauci/matryoshka/workflows/test/badge.svg?event=push)
[![codecov](https://codecov.io/gh/TomokiMiyauci/matryoshka/branch/develop/graph/badge.svg)](https://codecov.io/gh/TomokiMiyauci/matryoshka)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

> This is board game evolved the Tic Tac Toe.
> Play against your favorite people!

## Component Catalog

You can see the components used in this project.

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).