Welcome to the repository for the official website of ATMoS 2025!
git clone <repo-url>
cd <repo-name>npm installnpm run devThen open http://localhost:5173 in your browser.
npm run dev– Start dev servernpm run build– Build for productionnpm run preview– Preview the production build
src/
├─ assets/ # Images, fonts, etc.
├─ routes/ # Route components (TanStack Router)
├─ components/ # Reusable UI components
└─ main.tsx # Entry point