Giter Site home page Giter Site logo

jarridraw's Introduction

JarriDraw

Next-Level Excalidraw experience
Unlock your creativity with our advanced Excalidraw tool. Save, manage, and share multiple boards effortlessly.

home-1 home-2

Getting started

  1. clone or fork this repository

    git clone https://github.com/jarrisondev/jarriDraw.git
  2. install dependencies

    pnpm install
  3. run the project

    pnpm run dev
  4. Open your browser and visit

    http://localhost:5175 ๐ŸŒบ

Contributing to a project

  1. 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.
  2. Clone the Repository: Clone your forked repository to your local machine using the command (git clone <fork URL>) in your terminal.
  3. Set upstream branch: To keep your forked repository updated with the original repository, use the command (git remote add upstream <repository original URL>).
  4. Create branch: (git checkout -b feature/some-feature).
  5. Stage the changed files: by using git-add to incrementally "add" changes to the index before using the commit command (git add <file>).
  6. 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').
  7. Submit your Contribution: Upload your branch with the changes to forked repository on GitHub using (git push origin feature/some-feature).
  8. Generate a request: To complete the process of creating your PR, simply hit pull request

Authors

Contribution from Stackblitz

If you want to contribute in a simpler way, you can start this project from Stackblitz using your GitHub account:

Open in Stackblitz

Thanks to all the contributors who have made this project possible!

Contributors

jarridraw's People

Contributors

bsquiroz avatar jarrisondev avatar jhonatan-lezcano avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.