https://github.com/redot-experimental/redot-experimental-docs
Redot Experimental documentation
https://github.com/redot-experimental/redot-experimental-docs
docs experimental redotengine
Last synced: about 1 year ago
JSON representation
Redot Experimental documentation
- Host: GitHub
- URL: https://github.com/redot-experimental/redot-experimental-docs
- Owner: Redot-Experimental
- License: mit
- Created: 2024-11-19T17:10:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T18:23:07.000Z (over 1 year ago)
- Last Synced: 2025-02-09T02:44:34.469Z (over 1 year ago)
- Topics: docs, experimental, redotengine
- Language: CSS
- Homepage: https://docs-experimental.redotengine.org
- Size: 4.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 






Redot Engine Launcher
Welcome to the official documentation repository for **Redot Experimental**! This repository houses all the information needed to use, develop, and contribute to the Redot Experimental ecosystem.
## Build from source
### Install Node.js
Make sure Node.js is installed on your machine. If it's not, you can download and install it from [nodejs.org](https://nodejs.org/).
### 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 redot-experimental-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 Redot Experimental Documentation is licensed under the [MIT License](LICENSE).