Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

codse/pixcell

Repository files navigation

PixCell

PixCell is a pixel art creator made for fun.

Built using:

Getting Started

Follow these instructions to set up the project and start contributing.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (>= 14.x)
  • npm (>= 6.x) or yarn (>= 1.x)

Installation

  1. Clone the repository:

    git clone https://github.com/codse/pixcell.git
    cd pixcell
  2. Install dependencies:

    Using npm:

    npm install

    Or using yarn:

    yarn install

Running the Development Server

To start the development server, run:

Using npm:

npm run dev

Or using yarn:

yarn dev

Contributing

Contributions are welcome! Please open an issue or submit a pull request with your changes.

Authors

Deploy

Deploy with Vercel

License

Licensed under the MIT license.