Skip to content

Latest commit

Β 

History

History
33 lines (25 loc) Β· 1.03 KB

File metadata and controls

33 lines (25 loc) Β· 1.03 KB

CUNY-AI-Lab

This is an Astro static site for the CUNY AI Lab.

πŸš€ Project Structure

/
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   └── pages/
β”‚       └── index.astro
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
└── tsconfig.json

🧞 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

πŸ‘€ Want to learn more about Astro?

Feel free to check Astro's documentation.