You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,12 @@ The values in `src/config.js` are now used as fallbacks when:
75
75
76
76
## Usage
77
77
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
+
78
84
* 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.
79
85
* 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.
80
86
* Point a browser at the root of that directory to load the included `index.html` file.
0 commit comments