barryandgillian.wedding
barryandgillian.wedding copied to clipboard
Our wedding website
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