A small SvelteKit frontend backed by Firebase services — Authentication, Cloud Firestore for data, Cloud Functions for server-side logic, and Firebase Hosting for deployment.
- Clone
- git clone https://github.com/nicominguez/renma.git && cd renma
- Install npm
- npm install
- Local dev
- npm run dev -- --open