A web app for users to make pixel art and save it when they're done, built in React.
Before you begin, make sure you have already installed:
- Node.js
- npm
- git
To clone the repository navigate to where you would like to clone it then run
git clone https://github.com/emilydoh/Pixelsketch.git
Move into the directory, then install dependencies
cd Pixelsketch
npm install
To run the application in development mode, execute the following command:
npm run dev


