Website for metaKGP to display their projects
No demo yet
·
Report Bug
·
Request Feature
Table of Contents
We need a landing page for MetaKGP that
- "sells" the projects
- Describes MetaKGP
The current landing page is here which looks janky so "metakgp.org" just redirects to the wiki instead.
Our goal is to incorporate some modern web design principles. However directly using UI
frameworks defeats the purpose of the learning culture of metaKGP which is why we will
be writing our own css
and designing stuff from scratch.
To get a local copy up and running follow these simple example steps.
- install dependencies and set up frontend
# Install dependencies using pnpm pnpm install pnpm start
.//
├── public/
├── src/
│ ├── app/
│ ├── assets/
│ ├── components/
│ ├── sections/
│ ├── index.css
│ └── index.tsx
├── README.md
└── tsconfig.json
- Migrate from
npm
topnpm
- Design some fire project cards
- Add
react-router
to setup the various pages - Add the projects sections and relatedly the projects page
- Add the contribute page
- Add the DC++ page :)
- Add a Footer
- Use an API to get metaKGP stats (look into organisation stats github apis)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Project Link: https://github.com/Majestic9169/metakgp-website
- Slack Workspace: Join here
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!