This repository hosts the official website for PetReminder — a macOS reminder app with cute desktop pets that appear when it's time to take action. The site uses the custom domain reminder.w3cub.com.
The local project used as the source for this site is located at:
/Users/terry/nuecms-workspace/reminder
This site is built with VitePress and contains guides, FAQs, and information about PetReminder for macOS users.
- Submit Issues: Report bugs or request features at the project repository
- Documentation: Browse the full documentation at https://reminder.w3cub.com
- Node.js 18+
- pnpm
pnpm installpnpm docs:devThis will start a local development server at http://localhost:5173.
pnpm docs:buildpnpm docs:previewThis site can be deployed to GitHub Pages; the workflow includes a step to add a CNAME for the custom domain reminder.w3cub.com.
To deploy manually:
- Build the site:
pnpm docs:build - The built files will be in
docs/.vitepress/dist - Copy any IAP pet files into the dist
pets/directory - Deploy to your hosting platform or push to
gh-pages
The pets/ directory stores downloadable .catpet files for in-app purchase pets. These files are copied into the build during deployment so users can download purchased pets.
We welcome contributions to improve the documentation:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Documentation may be redistributed according to the repository LICENSE.