Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 470 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 470 Bytes

GitHub Freshmen Workshop 2023

GitHub Campus Club, PSG College of Technology

We, the GitHub Campus Club, are using this repository containing source code of Bruno Simon 's personal portfolio page for demonstration.

To run this project (preview in developer mode)

# Install dependencies (only for first time)
npm i

# first run 
export NODE_OPTIONS=--openssl-legacy-provider

# then run
npm run dev