First clone the project
git clone https://github.com/jiahaog/nativefier.git
cd nativefierInstall dependencies
# OSX and Linux
npm run dev-up
# Windows
npm install
cd app
npm installDon't forget to compile source files:
npm run buildYou can set up symlinks so that you can run nativefier for your local changes
npm linkAfter doing so, you can then run Nativefier with your test parameters
nativefier <...>Or you can automatically watch the files for changes with:
npm run watchnpm test