https://bhagya-notion.vercel.app/
Clone the repository
git clone https://github.com/allelbhagya/notion.git
cd notion-clone
Install dependencies:
npm install
Run the development server:
npm start
Contributions are welcome and encouraged! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature/bugfix: git checkout -b feature-name.
- Make your changes and commit them: git commit -m "Add new feature".
- Push the changes to your fork: git push origin feature-name.
- Submit a pull request to the main branch of this repository.