Skip to content

a04k/OSC-Site

Repository files navigation

Open Source Community Website Project ~ Team 1

Team Members

Setting up your local development Environment

Clone The Repository To Your Machine

cd 'DIRECTORYNAME'
git clone https://github.com/a04k/OSC-Site.git

Install Project Dependencies Using The Install Script

npm install
--OR--
bun install

Then Run Your Local Development Server

npm run dev
--OR--
bun run dev