Skip to content

bmealhouse/hillcitymnag

Repository files navigation

hillcitymnag

Build Status XO code style styled with prettier

Monorepo for https://www.hillcitymnag.church

Getting started

Installation

yarn && yarn dev

Scripts

yarn deploy

Build & deploy the monorepo using Now.
Deploys to staging environment only.

yarn deploy:prod

Build & deploy the monorepo using Now.
Depolys to staging environment and updates production aliases.

yarn dev

Runs the monorepo in development using now dev.
Automatically updates localhost when a code change is detected.

yarn dev:fe

Runs the frontend in development mode using Next.js.
Open http://localhost:3000 to view it in the browser.

yarn test

Runs Jest tests across all workspaces using Bolt.
Code coverage report will also be included in command line output.