Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 441 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 441 Bytes

Wedding Source

Source for our 2020 wedding website: https://josephinemorten.info

Installation

Prerequisites:

  • Install NPM dependencies
npm install

To serve the project in the browser, run this command in the terminal:

npm run dev

To build the project for distribution:

npm run build

See here for more information: https://parceljs.org/getting_started.html