Skip to content

StaPH-B/staphb-rework

Repository files navigation

StaPH-B Nexus

StaPH-B (State Public Health Bioinformatics) Nexus - A searchable resource platform for bioinformatics pipelines, training materials, and resources.

📚 Documentation

For developers adding content or categories to the search:

All documentation is in the /docs directory with a comprehensive README.

🎨 Design System

This project uses a harmonized CSS design system for easy theme customization. To change the site's color scheme, simply update the theme colors in app/assets/css/main.css. See the Theme Guide for details.


Look at the Nuxt Content documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published