To get started with this template, follow these steps:
- Clone the repository:
git clone https://github.com/soummyaanon/-noteX
- Navigate to the project directory:
cd your-repo-name
- Install the dependencies:
npm install
- Start the development server:
npm run dev
We welcome contributions to this project! If you'd like to contribute, please follow these guidelines:
-
Fork the repository: Click the "Fork" button at the top right of this page to create a copy of the repository on your GitHub account.
-
Clone your fork: Clone the forked repository to your local machine.
git clone https://github.com/soummyaanon/-noteX
-
Create a new branch: Create a new branch for your feature or bugfix.
git checkout -b my-feature-branch
-
Make your changes: Make the necessary changes to the codebase.
-
Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Description of my changes"
-
Push to your fork: Push your changes to your forked repository.
git push origin my-feature-branch
-
Create a Pull Request: Go to the original repository on GitHub and create a pull request from your forked repository. Provide a clear description of your changes and why they are necessary.