Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/livid
Strategy game
https://github.com/jcalixte/livid
strategy-game
Last synced: about 1 month ago
JSON representation
Strategy game
- Host: GitHub
- URL: https://github.com/jcalixte/livid
- Owner: jcalixte
- Created: 2019-03-24T09:29:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T18:47:49.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:44:47.445Z (5 months ago)
- Topics: strategy-game
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# livid
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```