The club directory website for the UIC Club Fair 2024
https://guilds.gdscuic.orgPlease 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:
src/clubs
directory. 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
)index.md
file. 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
The Guilds website is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Made with contrib.rocks.