Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.81 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.81 KB

Pxls

Gulp CI GitHub issues GitHub pull requests GitHub contributors GitHub stars

Pxls is a collaborative canvas where users can place one pixel from a limited palette at a time, inspired by Reddit's r/Place experiment.

This repository holds the front end web client. The back end can be found here.

Installation

Automatically built files are available as artifacts on each push here.

Building

The following are required on both the build and target system(s):

Install dependencies with npm install.

To build, run npm run build in the project root.

Running

Copy the reference config.example.json5 to config.json5 and edit as necessary.

Run with npm start.

Licenses