urlid-graph-browser
v0.6.2
Published
urlid-graph-browser is frontend a JavaScript library which consumes urlid-django API and exposes a easy-to-use interface.
Downloads
6
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 logsNew releases
- Change version inside
package.json - Run
make clean bundleto generate a test file insidedist/ - Test the generated package to make sure it works correctly
- Replace
private: truewithprivate: falseinpackage.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.pyThen, access 127.0.0.1:8001/tests and select a HTML file to run the tests.
