Skip to content

v0.0.2

Choose a tag to compare

@martincgm martincgm released this 30 Jun 00:48
054d21c

✨ New in v0.0.2

This release focuses on documentation improvements and the addition of a basic "About / Learn More" page to enhance onboarding and provide context for new users and contributors.

📘 What’s Updated

  • Enhanced README.md

    • Improved project overview, tech stack, quickstart guide.
    • Cleaned up typos and reorganized structure.
    • Added sections: Demo, Internationalization, Support, and more.
  • 🚀 Added placeholder About page (/learnmore)

    • Basic English content loaded via I18n.
    • Styled using TailwindCSS.
    • Linked from landing page for user discovery.
  • 🧩 Localization support

    • I18n implemented for the About page (en.yml).
    • Ready for adding Spanish content and more languages.
  • 🛠 Code & commit hygiene

    • Trivial updates and fixes reflected in latest PRs.
    • Minor refactors and consistency improvements.

📦 How to Upgrade

Pull the latest changes, then restart the server:

git fetch origin
git checkout main
git pull origin main
bin/dev

Visit http://localhost:3000/learnmore to see the new About page.


🔍 Notes

  • This is still a developer-focused release.
  • Work at hand: content for Spanish version of About page, docs in wiki, styling enhancements.