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.
Make sure Node.js is installed on your machine. If it's not, you can download and install it from nodejs.org.
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:
curl -fsSL https://bun.sh/install | bash
Follow the instructions to complete the installation. After installation, ensure Bun is available by running:
bun --version
Go to the project directory and install the Node dependencies using Bun:
cd redot-experimental-docs
bun install
Once everything is set up, you can run the following command to start the Astro development server:
bun dev
To build the Astro application for production, run the following command:
Build the Astro application using the following command:
bun build
The Redot Experimental Documentation is licensed under the MIT License.