Skip to content

brookesb91/pixel8d

Repository files navigation

Pixel8d

👾 Pixel art editor and gallery platform

stability-wip PRs Welcome


Live App

https://pixel8d.herokuapp.com/

Quick Start

Clone the repository

git clone https://github.com/brookesb91/pixel8d.git

Install dependencies

npm install

Launch API

nx serve api

Launch Frontend

nx serve pixel8d