neonsigh / web-cse440-24wi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-cse440-24wi

Course website for Winter 2024 offering of CSE 440.

Installation of System Dependencies

Requires Node.js and the Yarn package manager.

Installation of Javascript Dependencies

yarn install

Install dependencies from yarn.lock.

Yarn Commands

yarn run

List available commands.

yarn dev

Serve a debug build on http://localhost:3000, with hot reloading.

yarn export

Build a production bundle and create static deployment files in dist.

yarn format

Apply code formatting.

About


Languages

Language:MDX 69.4%Language:TypeScript 29.8%Language:JavaScript 0.6%Language:CSS 0.2%