Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

redot-rex/redot-experimental-docs

Repository files navigation

Redot Experimental Docs Cover

Issues Pull Requests Contributors Lines Commit Activity Last Commit

Redot Experimental Docs

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 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:

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

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

bun --version

Install Node Dependencies

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

cd redot-experimental-docs
bun install

Running

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 for Production

Build the Astro application using the following command:

bun build

Commands

All commands are run from the root of the project, from a terminal:

Command Action
bun install Installs dependencies
bun run dev Starts local dev server at localhost:4321
bun run build Build your production site to ./dist/
bun run preview Preview your build locally, before deploying
bun run astro ... Run CLI commands like astro add, astro check
bun run astro -- --help Get help using the Astro CLI

Contributors

License

The Redot Experimental Documentation is licensed under the MIT License.

About

Redot Experimental documentation

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 3

  •  
  •  
  •