Skip to content

cwts-edu/cwts-web

Repository files navigation

CWTS implemented with Astro

Read Wiki for how to setup dev environment and edit the content.

Project Structure

src/pages
Static routing and dynamic routing, e.g. homepage
src/layouts
Page template components
src/components
Reusable components used in pages and layouts
src/content
Content collections, e.g. sub-section pages, faculty bio
src/data
Data files to config various parts of the site
src/scripts
Client-side scripts
src/libs
Server-side scripts
src/icons
Icon svg files used by Icon component. They are included in html inline.
src/assets
Images and CSS imported by Astro. They will be optimized by Astro.
public
Static files