readme.md
author durandn
Tue, 21 Jun 2016 14:38:09 +0200
changeset 24 6b6b183447a2
parent 15 63b29f1370c1
permissions -rw-r--r--
work on models + auth register/login system + adapted existing app and templates so editing annotations is working as before + created empty templates to fill

# How to start?

1. Make sure PIP is installed then install Django and others dependencies with 

```
pip install -r requirements.txt

```

2. Move to src/iconolab/static/js to install js dependencies.
Make sure your have installed nodejs then run the command bellow

```
npm install

```
3. To recreate the bundle file that lives in dist/

```
npm build

```

4. To add a new js module, you can add it to the js/components folder and then run

```
npm start
```