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

https://github.com/redot-experimental/reblocks-docs

Official documentation of the Reblocks Visual Code project.
https://github.com/redot-experimental/reblocks-docs

documentation reblocks redotengine

Last synced: 5 months ago
JSON representation

Official documentation of the Reblocks Visual Code project.

Awesome Lists containing this project

README

          

# ![ReBlocks Cover](/.github/assets/cover.png)

![Issues](https://img.shields.io/github/issues-raw/Redot-Experimental/reblocks-docs?color=FFA726&label=issues&style=for-the-badge)
![Pull Requests](https://img.shields.io/github/issues-pr-raw/Redot-Experimental/reblocks-docs?color=FFA726&label=PRs&style=for-the-badge)
![Contributors](https://img.shields.io/github/contributors/Redot-Experimental/reblocks-docs?color=FFA726&label=contributors&style=for-the-badge)
![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/Redot-Experimental/reblocks-docs/badge?style=flat&logoColor=white&color=FFA726&style=for-the-badge)
![Commit Activity](https://img.shields.io/github/commit-activity/m/Redot-Experimental/reblocks-docs?color=FFA726&label=commits&style=for-the-badge)
![Last Commit](https://img.shields.io/github/last-commit/Redot-Experimental/reblocks-docs?color=FFA726&label=last%20commit&style=for-the-badge)

ReBlocks

## Build from source

### Install Bun

Bun is a fast JavaScript runtime like Node.js, but with a built-in package manager. If you haven't installed it yet, you can do so by running:

```bash
curl -fsSL https://bun.sh/install | bash
```

Follow the instructions to complete the installation. After installation, ensure Bun is available by running:

```bash
bun --version
```

### Install Node Dependencies

Go to the project directory and install the Node dependencies using Bun:

```bash
cd reblocks-docs
bun install
```

## Running

Once everything is set up, you can run the following command to start the Astro development server:

```bash
bun dev
```

To build the Astro application for production, run the following command:

## Build for Production

Build the Astro application using the following command:

```bash
bun build
```

## Contributors



## License

The ReBlocks Documentation is licensed under the [MIT License](LICENSE).