Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Nov 21, 2017
1 parent 1c8f1d8 commit cd87e54
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -40,19 +40,16 @@ Fractal wiki UI is built with Vue. To work on the UI in dev mode you can go int
``` bash
npm install
npm run dev

```

This is configured to proxy the http requests over to the running localhost:4141 holochain instance.

To build the UI so it can be served directly by the holochain instance: `cd` to the `app` directory, run
``` bash
npm run build

```
this will move the output files to the `ui` directory.

```
this will put the output files within the `ui` directory.
this will move the output files to the `ui` directory.

### Tests
To run all the stand alone tests:
Expand Down

0 comments on commit cd87e54

Please sign in to comment.