/plinky-web

Plinky web interface/manual

Primary LanguageJavaScript

plinky-web

This is an interactive manual for Plinky.

Get started

npm install
npm run dev

Navigate to localhost:5000.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can find the built version under public/build.