Next-Level Excalidraw experience
Unlock your creativity with our advanced Excalidraw tool. Save, manage, and share multiple boards effortlessly.
-
clone or fork this repository
git clone https://github.com/jarrisondev/jarriDraw.git
-
install dependencies
pnpm install
-
run the project
pnpm run dev
-
Open your browser and visit
- Cloning a fork: Click on the fork button at the top right corner of the repository to create a copy of the project in your GitHub account.
- Clone the Repository: Clone your forked repository to your local machine using the command (
git clone <fork URL>
) in your terminal. - Set upstream branch: To keep your forked repository updated with the original repository, use the command (
git remote add upstream <repository original URL>
). - Create branch: (
git checkout -b feature/some-feature
). - Stage the changed files: by using git-add to incrementally "add" changes to the index before using the commit command (
git add <file>
). - Record changes to the repository: Create a new commit containing the current contents of the index and the given log message describing the changes(
git commit -m 'Add: some feature'
). - Submit your Contribution: Upload your branch with the changes to forked repository on GitHub using (
git push origin feature/some-feature
). - Generate a request: To complete the process of creating your PR, simply hit pull request
If you want to contribute in a simpler way, you can start this project from Stackblitz using your GitHub account:
Thanks to all the contributors who have made this project possible!