This repository contains the site rebuild of messiah.edu. It is built with Astro and not meant for production, but rather to sketch out designs and create pages for the CMS integration.
Key technologies used are:
- Astro
- Tailwind CSS
- AlpineJS
- TypeScript
- Fancyapps Lightbox & Slider
Clone this repository to your local computer and run the following command to install dependencies:
npm i
To start the development server, run:
npm run dev
This will start the development server at localhost:4321.
To build the compiled bundle including all JavaScript, CSS, and HTML pages, run:
npm run build