Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jcalixte/onitama
- Owner: jcalixte
- Created: 2020-04-13T17:11:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:05:15.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:52:29.480Z (about 2 months ago)
- Language: TypeScript
- Size: 2.71 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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/).