Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricXie-02 authored Sep 27, 2023
1 parent 11da5c0 commit 58f45c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ The design of microfluidic Lab on a Chip (LoC) systems is an onerous task requir

[Instructions for installation, build, and test are in the wiki.](https://github.com/CIDARLAB/3DuF/wiki/Building-and-Testing-3DuF)

For webpack-build run:
```
npm ci
npm run vue-serve
```

### Selecting and Configuring Feature Types

Use the buttons in the menu (on the left) to select a feature type to place.
Expand Down Expand Up @@ -84,7 +90,7 @@ This will enable the API on port 6060. This can be verified by either going to `
curl http://localhost:6060
```

Alternatively you can install the dev version of the library if you want to debug it locally.
Alternatively you can install the dev version of the library if you want to debug it locally. (Primitives Server)

```
npm ci
Expand Down

0 comments on commit 58f45c7

Please sign in to comment.