https://github.com/infinitered/mobx-forge
https://github.com/infinitered/mobx-forge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinitered/mobx-forge
- Owner: infinitered
- Created: 2023-10-06T04:07:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:02:30.000Z (about 2 years ago)
- Last Synced: 2025-02-26T11:47:14.583Z (11 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.