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

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

Awesome Lists containing this project

README

          

# ![Redot Experimental Docs Cover](/.github/assets/cover.png)

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

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