2026-03-07 01:14:10 -08:00
2026-03-07 01:34:48 -08:00
# TaroTime
2026-03-07 01:14:10 -08:00
A web-based esoteric correspondence app for tarot, astrology, calendars, symbols, and related systems.
[](https://nodejs.org/)
[](https://git-scm.com/)
[](https://code.glowers.club/goyimnose/tarot-deck)
## Features
- Correspondence explorer for multiple occult/esoteric systems.
2026-03-08 22:24:34 -07:00
- Tarot deck support served by the TaroTime API.
- Fast local static shell serving with `http-server` .
2026-03-07 01:14:10 -08:00
## Quick Start
1. Install Node.js: https://nodejs.org/en/download
2026-03-08 22:24:34 -07:00
2. Start the API and confirm its base URL and API key.
3. Clone this repository.
4. Install dependencies.
5. Start the client.
2026-03-07 01:14:10 -08:00
```powershell
2026-03-07 01:34:48 -08:00
git clone https://code.glowers.club/goyimnose/taroTime.git
Set-Location .\TaroTime
2026-03-07 01:14:10 -08:00
npm install
npm run start
```
2026-03-08 22:24:34 -07:00
The app opens in your browser (typically at `http://127.0.0.1:8080` ) and stays in shell mode until you enter a reachable API base URL and a valid API key.
For local development with the current API configuration:
```powershell
API Base URL: http://localhost:3100
API Key: aaa
```
The current API also accepts `bbb` as a valid key.
2026-03-07 01:14:10 -08:00
## NPM Scripts
| Command | Description |
| --- | --- |
2026-03-08 22:24:34 -07:00
| `npm run start` | Serve the static client locally and open `index.html` . |
2026-03-07 01:14:10 -08:00
| `npm run dev` | Alias of `npm run start` . |
## Project Links
2026-03-07 01:34:48 -08:00
- Main app: https://code.glowers.club/goyimnose/tarotime
2026-03-07 01:14:10 -08:00
- Deck repo: https://code.glowers.club/goyimnose/tarot-deck