An open API service indexing awesome lists of open source software.

https://github.com/redot-engine/redot-proposals-viewer

Redot Proposal Viewer is a website for viewing proposals for the Redot engine.
https://github.com/redot-engine/redot-proposals-viewer

nextjs proposal redotengine

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ![Redot Engine Proposals Cover](/.github/assets/cover.png)

![Issues](https://img.shields.io/github/issues-raw/Redot-Engine/redot-proposals-viewer?color=FFA726&label=issues&style=for-the-badge)
![Pull Requests](https://img.shields.io/github/issues-pr-raw/Redot-Engine/redot-proposals-viewer?color=FFA726&label=PRs&style=for-the-badge)
![Contributors](https://img.shields.io/github/contributors/Redot-Engine/redot-proposals-viewer?color=FFA726&label=contributors&style=for-the-badge)
![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/Redot-Engine/redot-proposals-viewer/badge?style=flat&logoColor=white&color=FFA726&style=for-the-badge)
![Commit Activity](https://img.shields.io/github/commit-activity/m/Redot-Engine/redot-proposals-viewer?color=FFA726&label=commits&style=for-the-badge)
![Last Commit](https://img.shields.io/github/last-commit/Redot-Engine/redot-proposals-viewer?color=FFA726&label=last%20commit&style=for-the-badge)

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:

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

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

```bash
bun --version
```

### Install Node Dependencies

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

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

```bash
bun dev
```

## Build for Production

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

```bash
bun build
```

## Contributors



## License

The Redot Proposal Viewer is licensed under the [MIT License](LICENSE).