Webterm frontend is a static site built using Astro. Ensure you've Node installed or install it with these instructions. Node version should match the version mentioned in .node-version file.
git clone https://github.com/nasa42/webterm
cd frontend
npm install
# if you don't want the frontend to use default relays, set custom ones before running the build
export PUBLIC_DEFAULT_RELAYS=relay1.example.com,relay2.example.com
npm run build
- Upload the static files produced in
frontend/dist
directory to your favourite static site provider.