hacker-menu
Hacker News Delivered to Desktop :dancers:
File Explorer
Download Latest Version (.zip)- layout.css
- ratchet.min.css
- icon-comment.svg
- icon-new.png
- icon-new@2x.png
- Icon.png
- Icon@1024.icns
- Icon@2x.png
- screenshot.png
- compress
- package
- main.js
- menu.js
- spinner.js
- story.js
- story_box.js
- story_list.js
- read_cache.js
- story_manager_status.js
- story_type.js
- auto_update_manager.js
- story_manager.js
- tray_manager.js
- index.html
- index.js
- logger.js
- .csscomb.json
- .gitignore
- .node-version
- .travis.yml
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/owenthereal/hacker-menu
Downloads the entire project code from GitHub to your computer.
cd hacker-menu
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install # installs dependencies
Downloads and installs the libraries listed in package.json.
$ npm start # starts the app in the electron wrapper
Starts the development/run server.
$ npm test # runs tests
Type this command into your terminal and run it.
$ npm run build # builds the app
Builds optimized production files.
$ npm run watch # watches and rebuilds the app
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
