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

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?

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
```