The Poor Clares of Arundel's website - the source of: https://www.poorclaresarundel.org/
To my knowledge this is the first Convent with Continuous Deployment.
Built with React and Koa.
To build with docker: docker build --tag poorclaresarundel .
To run then docker-compose up
; remember to update docker-compose.yml
with variables.
You can debug the server in VS Code by hitting F5.
Before you do that remember to build:
yarn build:client
If you want to debug the client then:
cd src/client
yarn start
Copyright © 2014- John Reilly. This project is licensed under the MIT license.