The Purdue Hackers Wiki serves as a platform for organizing all documentation within the Purdue Hackers club. This includes, but is not limited to, technical project guides, organizer information, and details about club events.
- Contributions and edits can be easily made by submitting pull requests on our Github repository
- Posts are rendered from markdown files
- Posts are systematically organized using tags
Purdue Hackers Wiki was built on top of these cool technologies!
- NextJS - web app framework
- MDX - render markdown files
- MongoDB - database
- Mongoose - help managing MongoDB
- Bright - syntax highlighting
Purdue Hackers Wiki is open source, check it out in our Github Repo.
Install the dependencies and run the web app.
cd ph-wiki-site
yarn install
yarn run dev
Tech | Host |
---|---|
NextJS | [Vercel](https://vercel.com/) |
MongoDB | [MongoDB Atlas](https://www.mongodb.com/atlas/database) |