This repository contains the source code for the Tufts University Center for Cellular Agriculture (TUCCA) Bioinformatics documentation site.
It hosts:
- Documentation for the
tucca-rna-seqworkflow - Case studies
- Learning materials and resources
The live site is available at: https://tucca-cellag.github.io/
The Docusaurus website source code is located in the tucca-cellag directory.
tucca-cellag/docs: Markdown documentation files.tucca-cellag/docusaurus.config.ts: Site configuration.tucca-cellag/src: React components and pages.
To run the website locally, navigate to the tucca-cellag directory:
cd tucca-cellag
npm install
npm start