Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 910 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 910 Bytes

CI Workflow Netlify Status

Biomod 2023 Website

This is the website for Biomod's 2023 project submission.

See the website here!

See THEME.md for Tailwind CSS theme documentation and COMPONENTS.md for our custom component documentation, including Lab Notebook template components.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Prettify Code Formatting

npm run format