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.
- Host: GitHub
- URL: https://github.com/redot-experimental/reblocks-docs
- Owner: Redot-Experimental
- License: mit
- Created: 2025-01-29T07:32:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T09:21:32.000Z (8 months ago)
- Last Synced: 2025-05-01T15:22:15.333Z (5 months ago)
- Topics: documentation, reblocks, redotengine
- Language: CSS
- Homepage: https://reblocks.redotengine.org
- Size: 4.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 





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).