Merge branch 'dev'

This commit is contained in:
les
2020-02-15 15:44:06 +01:00
7 changed files with 36 additions and 16 deletions

View File

@@ -29,9 +29,17 @@ git clone https://framagit.org/les/gancio
yarn
```
4. Hacking
4. Run db migrations
```bash
./node_modules/.bin/sequelize db:migrate
```
5. Hacking
```bash
yarn dev
```
Please use the [issue board](https://framagit.org/les/gancio/-/boards) and the [forum](https://framavox.org/g/hMXTDgtJ/gancio) to discuss any modification.
> warning "Warning"
> You need to register a first user, this will be an active administrator!
Please use the [issue board](https://framagit.org/les/gancio/-/boards) and the [forum](https://framavox.org/g/hMXTDgtJ/gancio) to discuss any modification.