/danica-website

Personal website made with Bootstrap

Primary LanguageHTMLMIT LicenseMIT

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