Skip to content

Filippospapageorgiou/tailormadeBO

Repository files navigation

Below is a revised version of your README file with clearer instructions and proper formatting:


TailorMadeBo - Private Barista Beverage

This project is built with SvelteKit 5 and Supabase. Follow the instructions below to set up and run the project.

Prerequisites

Setup Instructions

1. Clone the Repository

git clone <repository-url>
cd <repository-directory>

2. Configure Supabase

Before running the project, you need to set up your Supabase environment variables. Create a .env file in the root directory and add the following:

SUPABASE_URL=<your-supabase-url>
SUPABASE_ANON_KEY=<your-supabase-anon-key>

Note: Replace <your-supabase-url> and <your-supabase-anon-key> with your actual Supabase credentials.

3. Install Dependencies

First, install the Supabase-related dependencies:

npm install @supabase/supabase-js @supabase/ssr
npm i lucide-svelte
npm install uuid
npm install @types/uuid --save-dev

Then, install the remaining dependencies:

npm install

4. Build the Project

npm run build

5. Run the Development Server

npm run dev

Now, open your browser and navigate to http://localhost:5173 to see your application in action.

About

Tailor made back office

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published