Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 348 Bytes

Personal Website Project

A simple portfolio website built while learning and experimenting with Bootstrap & jQuery.
It uses Parcel as a build system.

Installing dependencies

npm i

Develop

npm run serve

Production build

npm run build

Built files will be in the dist directory.

Cleaning build output

npm run clean