https://github.com/filipchalupa/mathstroke-2
WIP
https://github.com/filipchalupa/mathstroke-2
game math
Last synced: 2 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/filipchalupa/mathstroke-2
- Owner: FilipChalupa
- Created: 2020-04-10T23:20:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T11:40:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T13:24:49.069Z (4 months 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
```