Atmos Web documentation
Configure it once. Then check the sky.
Use this guide to run Atmos Web locally, connect optional Met Office warnings, deploy the static site to GitHub Pages, and attach a custom domain.
Atmos Web documentation
Choose a section from the menu to find the setup, configuration, deployment, and troubleshooting instructions you need.
Quick start
chmod +x setup.sh
./setup.sh
npm start
Then open http://localhost:3000. The setup script installs dependencies and creates .env without overwriting an existing environment file.
Update an existing installation
For a Git installation, run this from the project folder whenever a new version is released:
git pull origin main
./setup.sh
npm start
The setup script updates dependencies and preserves your existing .env. ZIP installations should download the latest archive and follow the same setup steps in the new folder.