EasyKeeper is a note management application that allows users to create, edit, and delete notes easily.
Follow the steps below to set up EasyKeeper on your local machine:
- Node.js (v14 or higher) - Download and install Node.js from the official website: https://nodejs.org
-
Clone the repository to your local machine:
git clone https://github.com/rahuldangeofficial/EasyKeeper.git
-
Navigate to the project directory:
cd EasyKeeper
-
Install the dependencies using yarn:
yarn install
-
Start the development server:
yarn start
-
Open your web browser and visit
http://localhost:5173
(default) or as shown in terminal log to access EasyKeeper.
To build EasyKeeper for production, follow these steps:
-
Run the following command:
yarn build
-
The optimized and minified production-ready files will be generated in the
build
directory.
-
To run the test suite, use the following command:
yarn test
Contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.