✦ atmos web

Getting started

Atmos Web is developed and tested on Ubuntu/Linux. Node.js and npm are required for the full server.

sudo apt update
sudo apt install nodejs npm
chmod +x setup.sh
./setup.sh
npm start

Open http://localhost:3000. The script preserves an existing .env file.

Download the project

Clone the repository with Git, or download and extract a ZIP from GitHub. After entering the project directory, run ./setup.sh.

git clone https://github.com/joshhowis2013-ctrl/atmos-web.git
cd atmos-web
./setup.sh