We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a848081 commit 7211b9eCopy full SHA for 7211b9e
README.md
@@ -16,7 +16,7 @@ npm i
16
npm start
17
```
18
19
-docker
+docker (deprecated)
20
21
22
docker image build -t hicetnunc:1.0 .
@@ -25,15 +25,8 @@ docker run -it -p 3000:3000 hicetnunc:1.0
25
docker container rm --force hicetnunc
26
27
28
-.env
29
30
-```
31
-REACT_APP_FEED='http://0.0.0.0:3001/feed'
32
-REACT_APP_TZ='http://0.0.0.0:3001/tz'
33
-REACT_APP_OBJKT='http://0.0.0.0:3001/objkt'
34
35
-
36
-in the present version you must have ungrund running accessing hicetnunc's module https://github.com/hicetnunc2000/hicetnunc-api
+the indexer can be run on localhost https://github.com/hicdex/hicdex
37
38
check the issues for contributing
39
0 commit comments