Church website: fellowship.org.au
S3 bucket testing: [http://fellowship.org.au.s3-website-ap-southeast-2.amazonaws.com/]
Built with react.
Deployed with GitHub Actions
Many thanks to Matthew Wilson for his original source code:
Install yarn. See https://classic.yarnpkg.com/en/docs/install#mac-stable
npm install --global yarn
Run the following for local installation
yarn install
yarn start
Run in production mode
yarn build
serve -s build
Go to http://localhost:3000 to test