A simple Svelte and TailwindCSS site to check the status of some of our web services and ETL jobs.
Site: https://mcmap.org/checkup
Checkup is a single page application (SPA) and progressive web app (PWA). It consumes a number of services to operate, as outlined in the architecture image.
Node.js is required to run the development and build systems, and git is required to use the versioning system.
git clone https://github.com/tobinbradley/checkup.git
cd checkup
npm install
npm run dev
Navigate a web browser to http://localhost:3000 to view the HMR live development server.
npm run build
After the build is complete, copy the contents of the dist
folder to the production web server.