Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 921 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 921 Bytes

Keeper

Note Keeper applications aim to provide users with a digital solution for organizing, managing, and accessing their notes effectively, whether for personal or professional use.

Installation

Cloning the repository

To clone the Keeper repository and use it in your React project, follow these steps:

Clone the Repository:

git clone https://github.com/AnirbanChattopadhyay-2004/Keeper_frontend.git

Navigate to Keeper_frontend folder:

cd Keeper_frontend

Install all the dependencies:

npm install

Add a .env file and add the Keeper_backend url running locally on any port in it

VITE_url="http://localhost:3000"

Running the File Locally on System

npm run dev

To run frontend only

docker build -t image_name .

docker run -it -p 5173:5173 image_name

OR Using docker-compose file

docker-compose up --build