Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 432 Bytes

barryandgillian.wedding

This is the repo for our wedding website, which took place on 29 Sept 2016.

Getting started

yarn i

...will install all local dependencies.

To fire up a local server while watching the site for changes just run;

yarn serve

...your browser of choice should open a new window and run the site at;

http://localhost:3000

Running tests locally

To run test locally, simply run;

yarn test