✦ atmos web

Updating Atmos Web

Update regularly to receive the latest features, fixes, and documentation. Your local environment file is preserved by the setup script.

Git installation

Run these commands from your Atmos Web project folder:

cd ~/weather-app
git pull origin main
./setup.sh
npm start

./setup.sh updates npm dependencies and never overwrites an existing .env. Stop the current server before starting the updated version.

ZIP installation

  1. Download the latest ZIP from GitHub.
  2. Extract it into a new project folder.
  3. Copy your existing .env into the new folder.
  4. Run chmod +x setup.sh, then ./setup.sh.
  5. Start the updated app with npm start.

Keep the old folder until the new installation works, then remove it manually if you no longer need it.

After updating

Open http://localhost:3000 and refresh the browser. If an older frontend is still visible, wait for the service worker cache to update or clear the site cache.