Clone the repository
git clone https://github.com/rhyanpinto/atmoseer-app-frontend.git
cd atmoseer-app-frontend
Initialize atmoseer project
git submodule update --init --progress
atmoseer-app-frontend
├── atmoseer_app_frontend
│ ├── node_modules
│ ├── public
│ ├── src
│ │ ├── assets
│ │ ├── components
│ │ ├── lib
│ │ ├── pages
│ │ │ └── Home.tsx
│ │ ├── App.tsx
│ │ ├── main.tsx
│ │ ├── routes.tsx
│ │ └── vite-env.d.ts
│ ├── .eslintrc.cjs
│ ├── .gitignore
│ ├── index.html
│ ├── package.json
│ ├── README.md
│ ├── tsconfig.json
│ ├── tsconfig.node.json
│ ├── vite.config.ts
│ └── yarn.lock
├── atmoseer-app-backend
├── .gitmodules
├── LICENSE
└── README.md