Front end implementation for Windows on Earth website
Run the dev server:
npm i
npm run dev
Go to http://localhost:3000/ to see the current progress for the web UI
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: