A desktop version of NewsLynx app running on Electron.
If you want to work on repo, install dependencies with:
npm install
Rename config.sample.yaml
to config.yaml
and set your own values. You can leave api_url
blank if you would like the user to be prompted for this value when the app first launches.
Use this command to start up a version locally.
npm start
Package into a desktop application with the following:
npm run build
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.