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: 2 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# mathStroke 2

## Setup

### Install dependencies

```bash
npm ci
```

### Develop

```bash
npm run dev
```

### Build

```bash
npm run build
```