Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 399 Bytes

Retreat Site

Quick static site generated by playing with GatsbyJS.

https://beone-retreat.netlify.com/

Included pages:

  • Home
  • Schedule
  • Necessary Equipment
  • Rooms Assignment
  • Contact

How to develop

  • In order to run the development process run npm run develop
  • To run the production build, run npm run build and the generated assets will be in the ./public folder