https://draw-it-out.vercel.app/
Event Logo | Event Name | Event Description |
---|---|---|
GirlScript Summer of Code 2024 | GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development. | |
Social Summer of Code 2024 | The program is run by the Social(Formally Script Foundation) aims to connect students with open-source organization and projects to encourage their contribution to the open-source community. |
Draw-it-out is an online whiteboard tool built using ReactJS and TailwindCSS. It allows users to draw, sketch, and take snapshots of their creations. The intuitive interface and responsive design make it easy to use across various devices.
Stars | π΄ Forks | Issues | Open PRs | Closed PRs |
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
We believe in the power of collaboration. If you have ideas to improve College.ai, feel free to contribute! Check out our Contribution Guidelines to get started.
Clone the Repository
cd path\to\your\directory
git clone https://github.com/singodiyashubham87/Draw-it-out.git
Navigate to the project directory
cd Draw-it-out
Build docker Image (only needed during first installation)
docker build -t draw-it-out:latest .
Run docker image
docker run -d -p 3000:3000 draw-it-out:latest
Open http://localhost:3000 in your browser.
Install Node.js
node -v
npm -v
Clone the Repository
cd path\to\your\directory
git clone https://github.com/singodiyashubham87/Draw-it-out.git
cd Draw-it-out
Install Dependencies
npm install
Start the Application
npm run dev
Install Node.js
node -v
npm -v
Clone the Repository
cd /path/to/your/directory
git clone https://github.com/singodiyashubham87/Draw-it-out.git
cd Draw-it-out
Install Dependencies
npm install
Start the Application
npm run dev
Install Node.js
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
npm -v
Clone the Repository
cd /path/to/your/directory
git clone https://github.com/singodiyashubham87/Draw-it-out.git
cd Draw-it-out
Install Dependencies
npm install
Start the Application
npm run dev
Release 1.0 : March 15, 2024 @16:32 [First phase of application completed.]
Release 0.0 : March 14, 2024 @22:31 [Zeroth phase of application completed.]
To learn more about the project you must refer to Learn
You can find the contributing guideline here -> CONTRIBUTING GUIDELINES
Thanks a lot for spending your time helping this project grow. Keep rocking!
Thank you for visiting Draw-it-out! π Feel free to explore the code, contribute, and provide feedback.