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.
If you're new to Draw-it-out, here's how you can get started:
-
Clone the Repository:
git clone https://github.com/your-username/draw-it-out.git cd Draw-it-out
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Explore the Code: Dive into the codebase to understand how Draw-it-out works.
- 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.
- ReactJS Tutorial: A video tutorial to build a ReactJS application.
- TailwindCSS Crash Course: A video crash course on TailwindCSS.
- Canvas Tutorial: A video crash course on HTML5Canvas.
- Check out our Contributing Guidelines for instructions on how to contribute to Draw-it-out.
- Find good first issues labeled in our issue tracker to start contributing.
Join our community to connect with other Draw-it-out users, ask questions, and share your ideas:
Draw-it-out is licensed under the MIT License.