Skip to content

jonhaddow/priors-park-CC

Repository files navigation

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