An open API service indexing awesome lists of open source software.

https://github.com/infinitered/mobx-forge


https://github.com/infinitered/mobx-forge

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# mobx-forge

To install dependencies:

```bash
bun install
```

To run tests:

```
bun test:all # Runs `bun test` with NODE_ENV=development and then NODE_ENV=production
bun test:dev # Runs `bun test` with NODE_ENV=development
bun test:prod # Runs `bun test` with NODE_ENV=production
```

To build:

```
bun run build
```

This project was created using `bun init` in bun v1.0.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.