Please submit your information in this Google Drive Link.
Guilds uses real Markdown files (ending in .md) as the database for keeping club data. Here are the following things you can do to add your club:
- Create a folder inside the
src/clubsdirectory. Be sure that the name only contains lowercase alphabets, numbers, and only dashes. Dashes are used to substitute spaces in this case (Club XYZ->club-xyz) - Inside the folder, create an
index.mdfile. This is where most of your club's information be displayed. The following is the format:
---
name: Club XYZ
description: Your #1 club!
---
# Pictures and other information goes here- Save and create a pull request.
The Guilds website is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Made with contrib.rocks.
