Static contents are built in the webui/static/ directory
Do not manually change the files in the webui/static/ directory
The build allows to:
optimize all JavaScript
optimize all CSS
add vendor prefixes to CSS (cross-browser support)
add a hash in the file names to prevent browser cache problems
optimize all images at build time
bundle JavaScript in one file
How to edit (only for frontend developer)
Do not manually change the files in the webui/static/ directory
Go to the webui/ directory
Edit files in webui/src/
Create and populate the .env file using the values inside .env.sample file.
Run in development mode :
pnpm dev
The application will be available at http://localhost:3000/. On development mode, the application will run with mocked data served by Mock Service Worker.