Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.03 KB

LEARN.md

File metadata and controls

54 lines (36 loc) · 2.03 KB

Learn

Welcome to Draw-it-out's learning resources! Whether you're new to the project or looking to contribute, you'll find helpful information and guides here.

Getting Started

If you're new to Draw-it-out, here's how you can get started:

  1. Clone the Repository:

    git clone https://github.com/your-username/draw-it-out.git
    cd Draw-it-out
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev
  4. Explore the Code: Dive into the codebase to understand how Draw-it-out works.

Resources

Documentation

  • ReactJS Documentation: Learn more about ReactJS, the library used to build the frontend of Draw-it-out.
  • TailwindCSS Documentation: Explore the documentation to understand how TailwindCSS is used for styling in Draw-it-out.
  • HTML5 Canvas API: Dive into the Canvas API documentation to understand how Draw-it-out utilizes it for drawing functionality.

Tutorials

Contributing Guidelines

Community

Join our community to connect with other Draw-it-out users, ask questions, and share your ideas:

License

Draw-it-out is licensed under the MIT License.