A Pixelart based social network.
Pixlr was developed during the Appwrite Hackathon in April and May 2022 and is published on pixlr.social.
Pixlr lets users create 32x32 pixelarts and share them directly with other users. People who are logged in can comment and like post from other users to give feedback on created art.
Pixlr is using Appwrite as backend and Svelte and Bulma as frontend.
A small article about this project can be found at DEV.to here.
- NodeJS (for Frontend)
- run
npm install
in the Frontend/pixlr-frontend folder. - run
npm run dev
to start a local webserver. - The Backend uses a configured appwrite installation. If you want to host your own Backend have a look at the DEV.to article about this project.
This project is licensed under the MIT License