Skip to content
Snippets Groups Projects
user avatar
Fudan iGEM authored
e096b569
History

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:

  1. Clone the repository.
  2. Install the necessary dependencies by running pnpm install.
  3. Start the development server by running pnpm docs:dev.
  4. The static version of the wiki can be produced via pnpm docs:build

Code by: Zhenghan Chen