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.
- Host: GitHub
- URL: https://github.com/redot-engine/redot-proposals-viewer
- Owner: Redot-Engine
- License: mit
- Created: 2025-02-01T12:31:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-22T16:59:40.000Z (over 1 year ago)
- Last Synced: 2025-02-22T17:29:20.238Z (over 1 year ago)
- Topics: nextjs, proposal, redotengine
- Language: TypeScript
- Homepage: https://proposals.redotengine.org
- Size: 9.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 






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).