docker run -d -p 3000:3000 \
-v $(pwd)/data:/app/data \
--name atlantis \
strikead/atlantis:latest
Then open http://localhost:3000 in your browser.
# Clone the repository
git clone https://github.com/Fantastic-Computing-Machine/atlantis.git
cd atlantis
# Install dependencies
npm install
# Setup environment
cp .env.example .env
# Start development server
npm run dev
Requires Node.js 18+ installed on your machine.