These instructions are for MacOS and Linux, we currently don't have instructions for Windows, but if you need help please feel free to email zach@wickeditor.com.
You'll need to download the following:
- Clone this repository:
git clone https://github.com/Wicklets/wick-editor/
- Using the command line, change directories into the newly created
wick-editor
folder:
cd wick-editor
- Install all dependencies using this command:
npm install
- Run the editor with this command:
npm start
- Open a web browser and go to this URL:
localhost:3000
Have fun hacking on Wick!
To deploy, you'll need to have push access to this repo.
-
Test the production build by using
npm predeploy
-
Run
npm run deploy
- Run
npm run prerelease-deploy
This build process uses electron-packager and uses code from this tutorial: Building an Electron application with create-react-app.
-
Run 'npm run build'
-
Run
electron-build-macos
and/orelectron-build-windows