Skip to content

Commit 76aa101

Browse files
authored
Update README.md
1 parent e6e4931 commit 76aa101

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
1-
Environment setup:
1+
## Source code for simple NER annotator
2+
3+
### Live at - https://paramonych.github.io/ner-annotator-online
4+
5+
### Environment setup:
26

37
1. Install NodeJS server with the following command
48
```curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - && sudo apt-get install -y nodejs```
59
2. Install web app buid tool
610
```npm install -D parcel parcel-bundler svelte parcel-plugin-svelte @babel/polyfill```
711

8-
Run the app:
12+
### Run the app (locally):
913

1014
1. Navigate to project root folder
1115
2. Run the app with the following command
1216
```npm start```
1317
3. Open the page in browser
14-
```http://localhost:1234```
18+
```http://localhost:1234```
19+
20+
21+
### Screenshots
22+
23+
![1](https://user-images.githubusercontent.com/2950010/210253602-6b20cb1a-0a6e-4457-a7dd-5a1855460031.jpg)
24+
25+
![2](https://user-images.githubusercontent.com/2950010/210253620-8810b65c-80e6-49d7-ba9c-c04cdb7d147b.jpg)
26+
27+
![3](https://user-images.githubusercontent.com/2950010/210253632-5fd37fdb-7417-4201-94ef-de1d5057f699.jpg)

0 commit comments

Comments
 (0)