BetterMeower Classic (aka BetterMeower Svelte) is a fork of Meower Svelte with some new and improved features!
BetterMeower Classic contains many new features and improvements over standard Meower, including (but not limited to)
✅ Better dark orange theme
✅ PWA Support
✅ More themes
✅ More profile pictures
✅ Better support for small phones 🙃
✅ Emoji Shortcodes
✅ Better Replies
Everyone who contributed to meower-media-co/Meower-Svelte - Without Meower Svelte and its contributors, this project wouldn't exist
@ArrowAced - For helping setup Cloudflare Pages
@tnix100 - For helping setup Cloudflare Pages and for the press-enter-to-post script for textarea
@mdwalters - For testing, giving feedback, helping with 1.4.0 as well as the idea to make BetterMeower
@Bloctans - For the idea to make BetterMeower, and for helping with npm and node.js.
@webdev03 - For helping with npm and node.js.
Requirements:
To clone and run a development server on your machine (that auto-updates when you modify files):
cd BetterMeower
npm install
npm run dev
For one-time building:
npm run build
(Note: Cloudflare Pages will usually do this for you when you push to the repo.)
The relevant bit of information from the original readme:
Recommended IDE Setup