Skip to content

Make any web page a desktop application

License

Notifications You must be signed in to change notification settings

Persiasty/nativefier

 
 

Repository files navigation

Nativefier

Development Guide

Setup

First, clone the project

git clone https://github.com/Persiasty/nativefier.git
cd nativefier

Install dependencies for both the CLI and the Electron app:

# Under Windows:
npm run dev-up-win

Build nativefier:

npm run build

Set up a symbolic link so that running nativefier calls your dev version with your changes:

npm link

After doing so, you can rebuild and run Nativefier:

simply assemble.bat

Read the API documentation or run nativefier --help to learn about other command-line flags usable to configure the packaged app.

To have high-resolution icons used by default for an app/domain, please contribute to the icon repository!

Development

Help welcome on bugs and feature requests.

Developer / build docs, API documentation, Changelog.

License

MIT

About

Make any web page a desktop application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 13.2%
  • Shell 3.9%
  • Dockerfile 0.9%
  • CSS 0.7%
  • HTML 0.5%
  • Batchfile 0.1%