Skip to content

Tech-Soumyo/SaaS-Fin

Repository files navigation

Requirements

Getting Started

Setting Environment Variables

Open your terminal, navigate to the root directory of the project and execute the following command:

cp .env.example .env

This command copies the provided example file for local environment variables. Now, proceed to fill in the values for the following environmental variables in the newly created .env file.

Installation

First, install dependencies:

bun install
# or
pnpm install
# or
npm install

Run the development server:

bun dev
# or
pnpm dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the result.

Key Features

Key Features

Technologies Used

Technologies Used