Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 455 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 455 Bytes

webdev-endgegner

An ugly example of a webpage.

develop in the cloud

local dev setup

  1. clone the repo
  2. install dependencies
npm install

or

pnpm install
  1. start the dev server
npm run dev

or

pnpm dev