Skip to content

Raj-divine/getapro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Guide

Follow these steps to set up your development environment:

1. Install Dependencies

Install Node Modules

Run the following command in your project directory to install necessary dependencies:

npm install

2. Install Docker Desktop

Download and install Docker Desktop for your operating system.

3. Install Supabase CLI

Install the Supabase CLI globally by running:

npm install -g supabase

- Second method to install supabase CLI

Follow the instruction given here for your operating systems

4. Run Supabase Locally

Start the Supabase local development environment using:

supabase start

5. Open Supabase studio on browser

Go to the studio url shown in the terminal after supabase started

6. Update Environment Variables

Rename .env.example to .env.local and ensure that all required environment variables are set in your .env file.

7. Install ESLint and Prettier Extensions

For VS Code:

8. Enable Format on Save

To automatically format your code on save in VS Code:

  1. Open Settings (Ctrl + , or Cmd + , on Mac).
  2. Search for "Format On Save".
  3. Enable Editor: Format On Save.

9. Run development enviroment

Run the following command to start the development enviroment

npm run dev 

You are now ready to start working on the project! 🎉

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •