Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 535 Bytes

File metadata and controls

30 lines (20 loc) · 535 Bytes

genotype-phenotype-api website

Running locally

Run the following commands

Install dependencies once:

npm install

Start dev server

npm run dev

Build a bundle (generated in the dist folder):

npm run build

How was this made?

  1. Alpine JS
  2. Bulma CSS
  3. Native Web Components
  4. Vite