Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 474 Bytes

Priors Park Community Church

Netlify Status

Runs the Priors Park Community Church site.

Development

To install dependencies:

npm i

To run the site for local development:

npm run dev

To build the production output:

npm run build