Skip to content

Urban-Analytics-Technology-Platform/Urban-Analytics-Technology-Platform.github.io

Repository files navigation

Urban Analytics Technology Platform Website

🚀 Project Layout

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.astro
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

Individual project descriptions are in src/pages/projects Components live in the components directory Layouts live in the layouts directory

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Astro documentation

The site is built using Astro, for more documentation check our documentation or jump into our Discord server.