Team Fudan 2024 Wiki
We use Vue.js and Vuepress 2 to build our wiki as an Progressive Web app on GitLab Pages, not using Flask. Our custom theme is based on the Vuepress-theme-Hope.
This repository contains all coding assets to generate our team's wiki (HTML, CSS, JavaScript, TypeScript, Python, etc).
Images, photos, icons and fonts are stored on static.igem.wiki
using tools.igem.org/uploads, and Videos are embedded from iGEM Video Universe.
We built our wiki following gitlab guide and competition.igem.org/deliverables/team-wiki. No external content is used in our wiki.
The content of this repository is licensed under a Creative Commons Attribution 4.0 International License.
To run this wiki locally
Please follow these steps:
- Clone the repository.
- Install the necessary dependencies by running
pnpm install
. - Start the development server by running
pnpm docs:dev
. - The static version of the wiki can be produced via
pnpm docs:build
Code by: Zhenghan Chen