Skip to content

KevinDepuydt/wouvy-api

Repository files navigation

Build Status

wouvy-api

Wouvy API ‡

Pre-requisite

For node-canvas you need to install some extra libraries on the server machine.

See this link to install them.

Scripts

Start in production

npm start

Start in development

npm run dev

Build

transpile ES6 code to JS code

npm run build

Clean

Clean dist directory that contain transpilled code

npm run clean

Test

npm test

Releases

No releases published

Packages

No packages published