zarya / pyhss-gui

A react gui for PyHSS
Other
2 stars 2 forks source link

Build and publish

Docker

docker run -p 8999:80 ghcr.io/zarya/pyhss-gui:master

After the container is started you can access the webinterface on port 8999 (http://localhost:8999)

Development

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
The page will reload if you make edits.
You will also see any lint errors in the console.

npm run justbuild

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Tnx to