Skip to content

Commit

Permalink
Included build instructinos
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Mar 2, 2024
1 parent 1432f52 commit d355b8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web thermodynamics</title>
<script src="/coolprop.js"></script>
Expand Down
Binary file modified interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d355b8b

Please sign in to comment.