windows-on-earth / winearth-webui

Front end implementation for Windows on Earth website
0 stars 0 forks source link

win-on-earth-webui

Front end implementation for Windows on Earth website

Development

Run the dev server:

npm i
npm run dev

Go to http://localhost:3000/ to see the current progress for the web UI

Docker

To build the production image:

make build-production

To run the production container:

make start-production

To stop the production container:

make stop-production

Versions used: