Monday, 22 November, 2021 UTC


Summary

User dashboard for Komentory project
A powerful frontend part with Vue.js 3 (TypeScript) and Supabase for authorized users of the Komentory project.
Quick start
Install npm dependencies:
npm install
Run dev server:
npm start
Update all npm dependencies:
npm run update
Update TypeScript types, based on the current Supabase environment:
Be sure, that you're configured correctly .env file with your secret variables.
npm run update-types
License
Apache 2.0 © True web artisans. Special thanks to all our GitHub contributors, Supabase service and Vic Shóstak for bringing this wonderful open source project to life.