This repository contains the source code for Tafthanan, a centralized platform where condo owners can list their available spaces for rent, and existing tenants can easily browse and connect with them.. It is built using Svelte and SvelteKit for frontend and backend development, MongoDB Atlas for database management, and hosted on Vercel.
Required Dependencies: Node.js, npm
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
a cloud platform for static sites and serverless functions
Sign up for an account on Vercel.
Install Vercel CLI globally using npm:
npm install -g vercel
Login to your Vercel account using the CLI:
vercel login
Navigate to your SvelteKit project directory and run:
vercel
Follow the prompts to deploy your application.