Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 558 Bytes

Running a development environment:

  • Install docker + docker compose

Then run:

docker-compose up npm install npm run dev

Access the site on http://localhost:3000.

Deploying

Push to master (if you're an admin) or open a PR against admin. Deploys are done automatically from the master branch.

Updating dependencies

Open the Terminal in VSCode.

To see what's outdated:

npx npm-check-updates

To update package.json:

npx npm-check-updates -u && npm install

Then stop the docker container and rebuild with:

make start-with-rebuild