/liftoff

These are slides for launch code's lift off class

Primary LanguageSvelte

Lfitoff Slides

This is an Animotion presentation.

Setup

Install pnpm

npm install pnpm

or globally

npm install -g pnpm

Install dependencies.

pnpm i

Run the development server at http://localhost:5173/.

pnpm run dev

Build and preview deploy.

pnpm run build && pnpm run preview