A web App built using React.js, Next.js, Typescript, Tailwind CSS, Zustand, Supabase and PostgreSQL
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Before running the application, make sure you have the following prerequisites installed:
git clone https://github.com/HABEEB99/client-management-app
git clone https://github.com/HABEEB99/client-management-app
yarn install
To start the development server, run the following command:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To deploy the application to a production environment, follow these steps:
Update the necessary environment variables in .env.production file.
Build the application:
yarn build
yarn start
The following environment variables are required for the application to run correctly. Make sure to set these variables before deploying or running the application.