78abb582dd1cf79b64c0837b997cbd8dcbde2b9e
TaroTime
A web-based esoteric correspondence app for tarot, astrology, calendars, symbols, and related systems.
Features
- Correspondence explorer for multiple occult/esoteric systems.
- Tarot deck support via a generated deck registry.
- Pluggable deck structure using per-deck
deck.jsonmanifests. - Fast local static serving with
http-server.
Quick Start
- Install Node.js: https://nodejs.org/en/download
- Clone this repository.
- Install dependencies.
- Start the app.
git clone https://code.glowers.club/goyimnose/taroTime.git
Set-Location .\TaroTime
npm install
npm run start
The app opens in your browser (typically at http://127.0.0.1:8080).
NPM Scripts
| Command | Description |
|---|---|
npm run start |
Generate deck registry, then serve the app locally and open index.html. |
npm run dev |
Alias of npm run start. |
npm run generate:decks |
Rebuild asset/tarot deck/decks.json. |
npm run validate:decks |
Strict validation only (no write), exits on manifest/file problems. |
Project Links
Description
Languages
JavaScript
84.7%
CSS
11.2%
HTML
4.1%