Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 470 Bytes

File metadata and controls

25 lines (18 loc) · 470 Bytes

CHAOS Library

To access the library: venture to https://manchester-central.github.io/

Setting up Dev Environment

If you have never run this project before, run:

npm install

Next, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result. If 3000 is busy, the server will spin up on another port listed in the command line.