Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 942 Bytes

Notion Clone

This is a Notion Clone project, based on the original repository https://github.com/amjadbouhouch/notion-clone . It aims to replicate some of the core functionalities of Notion, with additional features and improvements added.

Demo

https://bhagya-notion.vercel.app/

Installation

Clone the repository

git clone https://github.com/allelbhagya/notion.git
cd notion-clone

Install dependencies:

npm install

Run the development server:

npm start

Contributing

Contributions are welcome and encouraged! If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bugfix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m "Add new feature".
  4. Push the changes to your fork: git push origin feature-name.
  5. Submit a pull request to the main branch of this repository.