https://github.com/kkomelin/ashtangamoon-solid
Progressive Web App (PWA) for keeping track of full and new moon days
https://github.com/kkomelin/ashtangamoon-solid
ashtanga firebase firebase-auth firebase-cloud-functions firebase-cloud-messaging firebase-firestore progressive-web-app progressive-web-apps pwa pwa-apps workbox yoga
Last synced: 6 months ago
JSON representation
Progressive Web App (PWA) for keeping track of full and new moon days
- Host: GitHub
- URL: https://github.com/kkomelin/ashtangamoon-solid
- Owner: kkomelin
- Created: 2023-12-10T08:14:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:50:43.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:25:23.284Z (6 months ago)
- Topics: ashtanga, firebase, firebase-auth, firebase-cloud-functions, firebase-cloud-messaging, firebase-firestore, progressive-web-app, progressive-web-apps, pwa, pwa-apps, workbox, yoga
- Language: TypeScript
- Homepage: https://ashtangamoon.org
- Size: 577 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ashtanga Moon
A PWA app, built with Solid.js, TailwindCSS, Workbox, D3, Vite and Firebase, which allows to keep track of new and full moon days.
New and full moon days are used in Ashtanga Vinyasa Yoga for taking rest and fasting.
[Check it out](https://ashtangamoon.org)
_This project supersedes its previous [vanilla JS version](https://github.com/kkomelin/ashtangamoon-vanilla)._
## Install
```bash
pnpm i
```## Develop
```bash
pnpm dev
```## Build
```bash
pnpm build
```