Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

Metro Parks Calendar Proof-of-Concept

Run locally

git clone git@github.com:/sitecrafting/calendar-poc.git
cd calendar-poc
yarn
yarn run start

The last command should output a port number. Go to localhost:<PORT> in your browser.

Finally, run this in a separate terminal window:

yarn build

NOTE: Due to some finicky-ness, you may need to trigger one last recompile by saving src/app.js and then reloading your browser window.