Skip to content

How to run Puppetry in development mode

Dmitry Sheiko edited this page Dec 16, 2019 · 2 revisions

How to run Puppetry in development mode

# clone the project
git clone https://github.com/dsheiko/puppetry.git
cd puppetry

# install dependencies
npm install

# build JavaScript
npm run build

# run the app
npm start

Linting

npm run lint
npm run test