An open API service indexing awesome lists of open source software.

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

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
```