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: 5 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:05:15.000Z (over 2 years ago)
- Last Synced: 2025-01-07T23:51:42.238Z (6 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
[](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/).