A modern, responsive website built with Astro for the Health Initiatives @ ARTPARK.
- Node.js (version 22 or higher, use nvm)
- npm
- Clone the repository:
git clone https://github.com/dsih-artpark/website.git
cd website- Install dependencies:
nvm use 22
npm install- Start the development server:
npm run dev- Open your browser and visit
http://localhost:4321
npm run buildThe built files will be in the dist/ directory.
The website uses Tailwind CSS for styling. You can customize the design by:
- Modifying the color scheme in
tailwind.config.mjs - Updating the layout in
src/layouts/Layout.astro - Modifying the components in
src/layouts/components - Customizing individual page styles