37 lines
827 B
Markdown
37 lines
827 B
Markdown
# Web frontend for Vikunja
|
|
|
|
> The todo app to organize your life.
|
|
|
|
[](LICENSE)
|
|
[](https://crowdin.com/project/vikunja)
|
|
|
|
This is the web frontend for Vikunja, written in Vue.js.
|
|
|
|
Take a look at [our roadmap](https://my.vikunja.cloud/share/UrdhKPqumxDXUbYpEGJLSIyNTwAnbBzVlwdDpRbv/auth) (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
|
|
|
|
```shell
|
|
pnpm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```shell
|
|
pnpm run dev
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```shell
|
|
pnpm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
|
|
```shell
|
|
pnpm run lint
|
|
```
|