Skip to content

FinnKr/pixlr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pixelart based social network.

Description

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.

Getting Started

Dependencies

  • NodeJS (for Frontend)

Installing and executing program

  • 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.

Authors

License

This project is licensed under the MIT License

Acknowledgments