mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-16 18:15:08 +00:00
36e34c95a5
This allows shell commands to be copy and pasted easily
637 B
637 B
Development
Environment Setup
First clone the project
git clone https://github.com/jiahaog/nativefier.git
cd nativefier
Install dependencies
# OSX and Linux
npm run dev-up
# Windows
npm install
cd app
npm install
Don't forget to compile source files:
npm run build
You can set up symlinks so that you can run nativefier
for your local changes
npm link
After doing so, you can then run Nativefier with your test parameters
nativefier <...>
Or you can automatically watch the files for changes with:
npm run watch
Tests
npm test