Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla authored Sep 6, 2024
1 parent 51575c5 commit 79ab27b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Project folder structure:

## Steps to run studio webapp locally
- Retrieve dropbox link to the assets - shared privately
- Download `studio_assets`
- Unzip `build` folder so the `data` folder is at the same location than `fonts`, and `locales`, all folders should be at the root of the folder
- Serve `index.html`, e.g. via [http-server](https://www.npmjs.com/package/http-server)


## Project folder structure:

```
studio /
Expand Down Expand Up @@ -40,9 +48,3 @@ Project folder structure:
└── fonts /
└── locales /
```

Steps to run studio webapp locally:
- Retrieve dropbox link to the assets
- Download `studio_assets`
- Unzip `build` folder so the `data`, `fonts`, and `locales` folder are at the root of the folder
- Serve index.html

0 comments on commit 79ab27b

Please sign in to comment.