Skip to content

thusns/thu-wiki

Repository files navigation

THU Wiki

THU Wiki is an open-source, student-powered encyclopedia for Tsinghua University, built to help students and teachers navigate campus life from enrollment to graduation.

Overview

THU Wiki is a practical knowledge platform for the Tsinghua community, covering:

  • academic guidance
  • campus services and daily life
  • clubs and activities
  • sports resources
  • healthcare and campus processes

The goal is simple: make useful information easy to find and easy to share. All content is student-curated and maintained by the Students Network Service Team and contributors from the community.

Built With

  • Docusaurus 2 (static site generator)
  • React + MDX
  • GitHub for version control
  • Vercel for deployment

Deploy Your Own

This project is easy to deploy with Vercel.

One-click deploy on Vercel

You can deploy your own instance by clicking the button:

Deploy with Vercel

Live example: https://wiki.thusns.org/en

IMG_7743

Run Locally

1) Install Node.js

Download the latest stable version from: https://nodejs.org/en/download/

2) Clone the repository

git clone https://github.com/thusns/thu-wiki.git
cd thu-wiki

3) Install dependencies

Use npm (recommended) or Bun:

npm install
# or
bun install

Lockfiles: This project uses npm as the primary package manager.
Commit package-lock.json, but do not commit alternative lockfiles such as bun.lockb or yarn.lock.
If you use Bun or Yarn locally, please remove their generated lockfiles before opening a pull request.

4) Start development server

npm run start
# or
bun run start

Then open:

http://localhost:3000

Contributing

THU Wiki is still growing, and contributions are very welcome.

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Open a pull request

If you are interested in helping, contact us at: open-source@thu.wiki

License

See the LICENSE file in this repository.

About

A wiki platform for the students and teachers of Tsinghua University

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors