Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.16 KB

Meower

Meower is a social media platform written in Scratch 3.0 and Python, ported to HTML for self-hosting.

Changelog for 4.5.1

  1. Bug fixes.
  2. Implemented Dynamic CloudLink URLs (If the server reboots, the server URL gets updated dynamically).
  3. Home page storage implemented. Storage functionality will continue being implemented.

Viewing/Running the source

  1. Download the source code file (*.sb3)
  2. Load a compatible Scratch editor.
  3. Open the source code file.

Compatible editors:

Contributing to the source

  1. Fork the repository.
  2. Follow the instructions above to load the source code.
  3. Make changes (Use GitHub Desktop to upload large files).
  4. Make a pull request, and explain the changes you made.
  5. If it gets approved, the source will be merged.