mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-23 03:33:20 -05:00
This PR allows to automatically login to vikunja using the sso provider id specified in url parameter as discussed here : https://community.vikunja.io/t/how-to-setup-openid-automatic-redirection/2623/7 Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/3071 Reviewed-by: konrad <k@knt.li> Co-authored-by: Marc <marc88@free.fr> Co-committed-by: Marc <marc88@free.fr>
Web frontend for Vikunja
The todo app to organize your life.
This is the web frontend for Vikunja, written in Vue.js.
Take a look at our roadmap (hosted on Vikunja!) for a list of things we're currently working on!
For general information about the project, refer to the top-level readme of this repo.
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm run dev
Compiles and minifies for production
pnpm run build
Lints and fixes files
pnpm run lint