PixCell is a pixel art creator made for fun.
Follow these instructions to set up the project and start contributing.
Make sure you have the following installed on your machine:
- Node.js (>= 14.x)
- npm (>= 6.x) or yarn (>= 1.x)
-
Clone the repository:
git clone https://github.com/codse/pixcell.git cd pixcell
-
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To start the development server, run:
Using npm:
npm run dev
Or using yarn:
yarn dev
Contributions are welcome! Please open an issue or submit a pull request with your changes.
Licensed under the MIT license.