For a more detailed documentation on how to use the DevKit and develop plugins for the Infomaker Digital Writer see the Writer developer documentation.
Clone
git clone git@github.com:Infomaker/NPWriterDevKit.git
cd NPWriterDevKit
Install dependencies
npm install
Start a webpack development server running at localhost:3000
npm start
Specify port on dev server PORT=1337 npm start