Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 436 Bytes

Prospect Programming Club Website 4.0

Development

Clone the resository and run npm install/yarn to install all dependencies.

Run npm run dev/yarn dev to start the development server.

Deployment

Run npm run build/yarn build to build the website. Run npm run deploy/yarn deploy to deploy the website to GitHub Pages.

Credits