Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 627 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 627 Bytes

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