Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Mar 4, 2018
1 parent acaff37 commit afbb2d8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@ It is about the mined currency. i.e. the name, symbol etc.
"currency": {
"name": "Intense Coin",
"short_name": "Intense",
"symbol": "ITNS"
"tech_name": "intensecoin",
"symbol": "ITNS",
"difficultyTarget": 120
}
}
```

`tech_name` is used to locate the config directory (`src/config/<tech_name>`) as well as the domain name (`.circleci/config.yml`).
`difficultyTarget` is used to estimate the network hashrate.

#### links

From the front page, links can be displayed just below the site's tile.
Expand Down Expand Up @@ -205,7 +210,7 @@ npm run build

Start the back in development mode
```bash
npm run watch:back:<currency symbol>
npm run watch:back:<currency symbol lower case>
```

Start the front in development mode
Expand All @@ -220,7 +225,7 @@ npm run build

Call the deploy script to build and start the updated container.
```bash
npm run deploy
npm run deploy <tech_name> <GITHUB_CLIENT_ID> <GITHUB_CLIENT_SECRET>
```

## Donations
Expand Down

0 comments on commit afbb2d8

Please sign in to comment.