Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 526 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 526 Bytes

vocabulary-browser

Running with Node

1. git clone https://github.com/semantifyit/vocabulary-browser.git 
2. cd vocabulary-browser 
3. npm install 
4. node app  
5. go to http://localhost:8080
6. Click on the name of the vocabulary to browse it 

Running with Docker

1. git clone https://github.com/semantifyit/vocabulary-browser.git 
2. cd vocabulary-browser 
3. docker-compose build 
4. docker-compose up 
5. go to http://localhost:8080
6. Click on the name of the vocabulary to browse it 

Thanks