Skip to content

nbennett320/northwest.band

Repository files navigation

northwest.band

source code for northwest.band

development

git clone git@github.com:nbennett320/northwest.band.git

clone the repository to your computer

cd frontend and/or cd backend

go to front or backend directory

pnpm i

install deps

pnpm run dev

start a development server on http://localhost:3000 (frontend) or http://localhost:4432 (backend)

pnpm run build

build for production