How to use Nativefier to create an desktop app
-
Download Node.js®. This is required for Nativefier to work.
-
Open the Node.js command prompt and install Nativefier. Copy & paste the following to install and press enter:
npm install nativefier -g
- Create wrapper for Asana web app. Once Nativefier is installed, copy & paste the following into the Node.js command prompt and press enter:
nativefier --name "Asana" "https://app.asana.com"