This is the front-end for the ZFGC.com forum, a community-driven open source project. Do you want to bomb some dodongos? Then you're in the right place!
If you are looking for an old man with a sword, then you may want to check out https://github.com/ZeldaFanGameCentral/ZFGBB.
- Node.js (We recommend using the current LTS version)
- You can use any editor of your choice, but we provide a preconfigured VSCode workspace in the
.vscodedirectory.
After installing Node.js, you can use the provided package.json scripts to get started. Refer to the quick start section in the CONTRIBUTING.md file for more information.
ZFGBB is a React application, built using Vite, and TypeScript. Routing is handled by react-router, with file-based routing. Styling is handled by Tailwind CSS.
We implement a foundational collection of libraries in ./core for ZFGBB. The application source code is located in ./src.
The backend is based on Java Spring Boot. You can find it here: ZFGBB.
This project is licensed under the BSD 3-Clause License.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
