-
Notifications
You must be signed in to change notification settings - Fork 3
Update README with new instructions. #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
## Installation | ||
This will produce a symlink called "result" in your local directory. The program | ||
can be run as follows: | ||
|
||
These steps seem to require python2, which does not ship with most linux distributions and is sunset. Therefore, it is recommended to run this app through docker instead (though of course, vulnerability will still exist - they will just be constrained to the container). | ||
1. Clone the repository. | ||
2. Navigate to the repository directory. | ||
3. Create a `.env` file based on `.env.example`. | ||
4. Run `npm install` to install dependencies. | ||
|
||
## How to use | ||
|
||
1. Run `npm run start` to start the npm server or `npm run watch` to watch for changes. | ||
2. Navigate the browser to `locahost:8080` or the port specified in the `.env` config. | ||
|
||
## Offline Mode | ||
|
||
Offline mode will disable api requests to the server leaving only the clock running. It can be activated by going to `/offline` path. | ||
|
||
## Demo Mode | ||
Demo mode works like offline mode but displays demo information instead of real data from apis. It can be activated by going to `/demo` path. | ||
|
||
## Configuration | ||
To override the default config, you can use the URL GET parameters or by pressing `c` to open the config options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like these details about the application itself is still kinda useful to know about. Can we keep this and perhaps rename this section. It's not really installation details. It's more like application usage details or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm okay. Though it no longer needs python2
@clee231 Please can you take a look again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😆
No description provided.