This is the official website for the Redot Engine, providing information, resources, and updates about the engine.
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 | bashFollow the instructions to complete the installation. After installation, ensure Bun is available by running:
bun --versionGo to the project directory and install the Node dependencies using Bun:
cd redot-website
bun installPlease read CONTRIBUTING.md before you start your contribution development.
Once everything is set up, you can run the following command to start the Next.js development server:
bun devBuild the Next.js application for production using the following command:
bun buildThe Redot Engine Website is licensed under the MIT License.