basham / oncheckin-app

Membership and event management software for Hash House Harriers.

Home Page:https://oncheck.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnCheckIn

Membership and event management software for Blooming Fools Hash House Harriers.

Dependencies

  • Earthstar for managing the distributed data storage.
  • Svelte for building the user interface.
  • Snowpack for running the development environment.

Data

Data is automatically synced with the OnCheckIn Earthstar Pub (see code on Glitch). Each instance of OnCheckIn is partitioned into its own Earthstar Workspace, which results in its own SQLite database hosted on the Earthstar Pub. Users of the same workspace share data updates through the pub.

Install

Install dependencies.

npm install

Scripts

Start the development environment.

npm run start

Build for production. Files export to the ./build folder.

npm run build

About

Membership and event management software for Hash House Harriers.

https://oncheck.in

License:MIT License


Languages

Language:Svelte 44.5%Language:JavaScript 44.0%Language:CSS 10.8%Language:HTML 0.7%