Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crzypatchwork authored Nov 9, 2021
1 parent a848081 commit 7211b9e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm i
npm start
```

docker
docker (deprecated)

```
docker image build -t hicetnunc:1.0 .
Expand All @@ -25,15 +25,8 @@ docker run -it -p 3000:3000 hicetnunc:1.0
docker container rm --force hicetnunc
```

.env

```
REACT_APP_FEED='http://0.0.0.0:3001/feed'
REACT_APP_TZ='http://0.0.0.0:3001/tz'
REACT_APP_OBJKT='http://0.0.0.0:3001/objkt'
```

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

check the issues for contributing

Expand Down

0 comments on commit 7211b9e

Please sign in to comment.