urlid-graph-browser
v0.6.1
Published
urlid-graph-browser is frontend a JavaScript library which consumes urlid-django API and exposes a easy-to-use interface.
Downloads
16
Readme
URLid Graph Browser
urlid-graph-browser
is frontend a JavaScript library which consumes django-urlid-graph
API and exposes a
easy-to-use interface.
Developing
The command below will build the docker image and start npm watch
:
make start logs
New releases
- Change version inside
package.json
- Run
make clean bundle
to generate a test file insidedist/
- Test the generated package to make sure it works correctly
- Replace
private: true
withprivate: false
inpackage.json
(do not commit this part) - Run
make release
Testing
We still need to automate some tests. By now, run:
cd test-server
pip install -r requirements.txt
python get_data.py
python app.py
Then, access 127.0.0.1:8001/tests and select a HTML file to run the tests.