Skip to content

Commit 4694bf1

Browse files
committed
chore: minor fix in readme
1 parent 88503a2 commit 4694bf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ The values in `src/config.js` are now used as fallbacks when:
7575

7676
## Usage
7777

78+
### In your local environment
79+
80+
* Run `npm run dev` to start a local web server. The web client will be available at `http://localhost:5173/`.
81+
82+
### For deployment on a web server
83+
7884
* If you make changes (even only in a json configuration file), you can run `npm run build` to generate the new files in the `/dist` directory.
7985
* Copy all files inside the `/dist` directory to a web-accessible directory on your web server. Files _must_ be served by a web server, it won't work if you just open the `index.html` file in your browser. Most code editors have plugins to run a local web server to test these kind of things.
8086
* Point a browser at the root of that directory to load the included `index.html` file.

0 commit comments

Comments
 (0)