Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcalixte/onitama

Open source game from Inspired by the Arcane Wonders board game (no affiliation with)
https://github.com/jcalixte/onitama

Last synced: 1 day ago
JSON representation

Open source game from Inspired by the Arcane Wonders board game (no affiliation with)

Awesome Lists containing this project

README

        

# onitama

[![Netlify Status](https://api.netlify.com/api/v1/badges/097cb4c9-1186-4afa-9dad-b99ba8e51f7d/deploy-status)](https://app.netlify.com/sites/onitama/deploys)

## Project setup

```
yarn install
```

## Set your .env.local file

Copy and rename `.env.local.sample` to `.env.local` and insert your CouchDB URL in it.

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Lints and fixes files

```
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).