From 79ab27bb99187a0de4257b7ba3fb7e49c775360e Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Fri, 6 Sep 2024 17:14:00 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf15a17..b989c71 100644 --- a/README.md +++ b/README.md @@ -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 / @@ -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