This website is created for OpenCMUQ Collectives club at Carnegie Mellon University in Qatar.
You can clone the project directly from this repo to your local system.
git clone https://github.com/open-cmuq/open-cmuq.github.io.git
pnpm install
pnpm dev
pnpm preview
pnpm build
We recommend using pnpm to save disk space on your computer.
Inside of your project, you'll see the following folders and files:
/
├── public/
│ └── ...
├── src/
│ ├── components/
│ │ └── ...
│ ├── layouts/
│ │ └── ...
│ └── pages/
│ └── ...
└── package.json
The project looks for .astro
or .md
files in the src/pages/
directory. Each page is exposed as a route based on its file name.
Any static assets, like images, can be placed in the public/
directory.
Hero Illustration by Streamline
This template is cloned from: https://github.com/surjithctly/astroship?tab=readme-ov-file