ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.
The technologies used to make the ReGuilded website:
- TypeScript
- Next.js
- React
- Chakra
- Next-I18Next
Note: More will be added soon.
- Clone the repository
git clone https://github.com/ReGuilded/ReGuilded-website.git
- Install the dependencies
yarn
# or
npm install
# or
pnpm install
Note: The project uses
yarn
, otherwise you can choose to usenpm
orpnpm
instead.
- Run the local development server
yarn dev
# or
npm run dev
# or
pnpm run dev
You can use another port by adding the --port
flag.
- Open the browser to http://localhost:3000/. Or open it to the custom port you used (if you did).
The roadmap for the website, and what we're planning on implementing. Note that this is subject to change, and your suggestions are welcome!
- Landing page
- Contributors
- Dashboard
- Authentication
- Backend API
- ReGuilded Public API
Contributions are welcome. Our rules for contributions:
- Make sure that naming conventions are similar
- In your commit message, roughly include your changes. But, in your description, include a detailed summary of your contributions and we will review it
- Coordinate with us on Guilded before making any changes.
Other than that, just create a pull request with your changes and we will make sure to review them!