-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Markdown numbered list
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# How to | ||
|
||
1. `npm install` | ||
2a. (OPTIONAL) Adapt `config/database.js` based on the data that you have. (*) | ||
2b. (OPTIONAL) Adapt `config/cities.js` in case you want translations for your city names. | ||
3. Run `npm run start` | ||
4. Result will be printed into a file `result_<now>.js` | ||
2. (OPTIONAL) Adapt `config/database.js` based on the data that you have. (*) | ||
3. (OPTIONAL) Adapt `config/cities.js` in case you want translations for your city names. | ||
4. Run `npm run start` | ||
5. Result will be printed into a file `result_<now>.js` | ||
|
||
*) The script allows numbers for each TZ but you can also leave it empty. They are meant for cases where you want to let them sort by, e.g., number of people that live in the TZ. |