Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipchalupa/mathstroke-2
WIP
https://github.com/filipchalupa/mathstroke-2
game math
Last synced: about 15 hours ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/filipchalupa/mathstroke-2
- Owner: FilipChalupa
- Created: 2020-04-10T23:20:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:40:21.000Z (over 1 year ago)
- Last Synced: 2023-08-03T00:01:45.747Z (over 1 year ago)
- Topics: game, math
- Language: TypeScript
- Homepage: https://www.mathstroke.com
- Size: 770 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mathStroke 2
## Setup
### Install dependencies
```bash
npm ci
```### Develop
```bash
npm run dev
```### Build
```bash
npm run build
```