Initial commit

This commit is contained in:
2018-09-17 14:17:54 +02:00
parent c6cdb6c16a
commit 9b11769a70
11 changed files with 553 additions and 0 deletions

3
doc/README.md Normal file
View File

@ -0,0 +1,3 @@
# Documentation
- [Préparer son environnement de développement](./prepa-dev.md)

18
doc/prepa-dev.md Normal file
View File

@ -0,0 +1,18 @@
# Préparer son environnement de développement
### Dépendances
- [Go >= 1.11](https://golang.org/dl/)
### Procédure
1. Installer les outils de développement. Cette opération va notamment générer les bindings Qt pour l'application `notebook`. **Cette étape peut durer un certain temps**.
```shell
make install-devtools
```
2. Lancer le serveur
```shell
make watch
```