vikunja/docs/content/doc/development/development.md

23 lines
704 B
Markdown
Raw Normal View History

2019-02-17 19:53:04 +00:00
---
date: "2019-02-12:00:00+02:00"
title: "Development"
toc: true
draft: false
type: "doc"
menu:
sidebar:
parent: "development"
name: "Development"
---
# Development
2021-07-13 22:25:12 +00:00
We use go modules to manage third-party libraries for Vikunja, so you'll need at least go `1.11` to use these.
2019-02-17 19:53:04 +00:00
2021-05-17 10:53:12 +00:00
To contribute to Vikunja, fork the project and work on the main branch.
2019-02-17 19:53:04 +00:00
2020-09-03 15:34:44 +00:00
A lot of developing tasks are automated using a Magefile, so make sure to [take a look at it]({{< ref "mage.md">}}).
2021-07-13 22:25:12 +00:00
Make sure to check the other doc articles for specific development tasks like [testing]({{< ref "test.md">}}),
[database migrations]({{< ref "db-migrations.md" >}}) and the [project structure]({{< ref "structure.md" >}}).