Skip to content

Redot-Engine/redot-website

Repository files navigation

Redot Experimental Docs Cover

Issues Pull Requests Contributors Lines Commit Activity Last Commit

Redot Engine Website

This is the official website for the Redot Engine, providing information, resources, and updates about the engine.

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.

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-website
bun install

Running

Once everything is set up, you can run the following command to start the Next.js development server:

bun dev

Build for Production

Build the Next.js application for production using the following command:

bun build

Contributors

License

The Redot Engine Website is licensed under the MIT License.

About

This repository contains the code for the official Redot website.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks