Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.36 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.36 KB

OpenCMUQ Website

OpenCMUQ Logo

This website is created for OpenCMUQ Collectives club at Carnegie Mellon University in Qatar.

Installation

You can clone the project directly from this repo to your local system.

1. Clone the repo

git clone https://github.com/open-cmuq/open-cmuq.github.io.git

2. Install Dependencies

pnpm install

3. Start development Server

pnpm dev

Preview & Build

pnpm preview
pnpm build

We recommend using pnpm to save disk space on your computer.

Project Structure

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.

Credits

Hero Illustration by Streamline

This template is cloned from: https://github.com/surjithctly/astroship?tab=readme-ov-file