diff --git a/README.md b/README.md index d0e7ac0..ba83e98 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,21 @@ This is an example of how to run CoolProp Javascript wrapper with units handled - [x] Use Alpinejs to reduce code - [ ] Dynamic autocomplete +# Getting started + +Clone this repository and run the following command to install dependancies. +``` +npm install +``` +To test run +``` +npm run dev +```` +To build +```` +npm run build +```` + # Basic example It loads with three example expressions for each of the CoolProp functions available: diff --git a/index.html b/index.html index 66353c5..5f2a3b2 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@
-