--- /dev/null
+# X-Y PID controller
+
+## How to install and run
+
+### Prerequisites
+- node.js
+- npm package manager
+- parcel bundler
+
+To install dev dependencies: ``npm install``
+To run and develop: ``npm start``
+To build and ship: ``npm build``
+
+
{
- "name": "pid",
+ "name": "x-y-pid-controller",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"scripts": {
"start": "parcel serve --no-cache",
"build": "parcel build",
+ "build-gitlab": "parcel build --dist-dir public --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],