Tfilatunes is a "musical parody" sharing platform for tfilot (Jewish prayers),
meaning a collaborative collection of songs and melodies for tfilot.
The URL of the website is https://tfilatunes.com
- Clone the repository:
git clone https://github.com/neriyashul/tfilatunes.git
- Install:
cd tfilatunes
npm install
- Run:
-
To run the client side:
npm run dev
-
To run the "server side" (cloudflare functions):
npm run server
-