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.
Automatically built files are available as artifacts on each push here.
The following are required on both the build and target system(s):
- Node.js (LTS or newer)
Install dependencies with npm install
.
To build, run npm run build
in the project root.
Copy the reference config.example.json5
to config.json5
and edit as necessary.
Run with npm start
.
- This project includes icons from Font Awesome Free 5.9.0 by fontawesome - https://fontawesome.com
- License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)