Skip to content

ubc-biomod/biomod-website

Repository files navigation

UBC BIOMOD Website

Repository for the UBC BIOMOD Club's official landing page

Built with Next.js, Typescript, and Tailwind CSS + Preline

Tooling

Storybook

Storybook allows you to prototype components in isolation and create a component library with documentation. The Storybook server needs to be started separately:

npm run storybook

Formatting/Linting

We are using ESLint with Prettier for code linting and formatting:

npm run lint

npm run format

We are also using lint-staged and husky to automatically format and lint code upon commit, to ensure code quality.

Getting Started

First, install the dependencies:

npm i

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

About

UBC BIOMOD Main Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages