Skip to content

Redot Proposal Viewer is a website for viewing proposals for the Redot engine.

License

Notifications You must be signed in to change notification settings

Redot-Engine/redot-proposals-viewer

Repository files navigation

Redot Engine Proposals Cover

Issues Pull Requests Contributors Lines Commit Activity Last Commit

Redot Proposals Viewer

The Redot Proposal Viewer is a website for viewing proposals for the Redot engine.

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-proposals-viewer
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 Proposal Viewer is licensed under the MIT License.

About

Redot Proposal Viewer is a website for viewing proposals for the Redot engine.

Topics

Resources

License

Security policy

Stars

Watchers

Forks