tobinbradley / checkup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkup

A simple Svelte and TailwindCSS site to check the status of some of our web services and ETL jobs.

Site: https://mcmap.org/checkup

Architecture

Architecture

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.

Using the project

Node.js is required to run the development and build systems, and git is required to use the versioning system.

Clone the project

git clone https://github.com/tobinbradley/checkup.git

Install dependencies

cd checkup
npm install

Start the development server

npm run dev

Navigate a web browser to http://localhost:3000 to view the HMR live development server.

Build for production

npm run build

After the build is complete, copy the contents of the dist folder to the production web server.

About


Languages

Language:Svelte 62.0%Language:HTML 24.9%Language:JavaScript 7.3%Language:TypeScript 4.6%Language:CSS 1.3%