Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.19 KB

T3-Stack Canvas Drawing App

This is a simple canvas drawing app made with the T3 Stack, which includes TypeScript, and NextJs. The app allows you to draw on a canvas using your mouse or touch input.

Getting Started

To run the app locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the dependencies by running npm install or yarn or pnpm install in the project directory.
  3. Start the development server by running npm dev or yarn dev or pnpm dev.

Usage

Once the app is running, you can use your mouse or touch input to draw on the canvas. You can also change the color of the brush by clicking on the color palette.

Contributing

Contributions are welcome! To contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your forked repository.
  5. Create a pull request to merge your changes back into this repository.

License

This app is released under the MIT License. See the [LICENSE] (https://github.com/nilu2039/scribblesaurus/blob/main/README.md) file for details.