add build scripts
[xy-pid-controller] / README.md
1 # X-Y PID controller
2
3 ## How to install and run
4
5 ### Prerequisites 
6 - node.js
7 - npm package manager
8 - parcel bundler
9
10 To install dev dependencies: ``npm install``
11 To run and develop: ``npm start`` 
12 To build and ship: ``npm build``
13
14