https://github.com/cdleveille/amazing-brick
How high can you climb?
https://github.com/cdleveille/amazing-brick
bun elysia game mongodb react socket-io
Last synced: 2 months ago
JSON representation
How high can you climb?
- Host: GitHub
- URL: https://github.com/cdleveille/amazing-brick
- Owner: cdleveille
- License: mit
- Created: 2024-01-30T18:43:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T01:04:12.000Z (about 1 year ago)
- Last Synced: 2025-05-16T01:29:51.447Z (about 1 year ago)
- Topics: bun, elysia, game, mongodb, react, socket-io
- Language: TypeScript
- Homepage: https://amazingbrick.fly.dev
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazing Brick
Install dependencies:
```bash
npm install
```
Run in development mode:
```bash
npm run dev
```
Build for production:
```bash
npm run build
```
Run in production mode:
```bash
npm start
```