Skip to content

dsih-artpark/website

Repository files navigation

Health Initiatives @ ARTPARK Website

A modern, responsive website built with Astro for the Health Initiatives @ ARTPARK.

Getting Started

Prerequisites

  • Node.js (version 22 or higher, use nvm)
  • npm

Installation

  1. Clone the repository:
git clone https://github.com/dsih-artpark/website.git
cd website
  1. Install dependencies:
nvm use 22
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:4321

Building for Production

npm run build

The built files will be in the dist/ directory.

Customization

Styling

The website uses Tailwind CSS for styling. You can customize the design by:

  1. Modifying the color scheme in tailwind.config.mjs
  2. Updating the layout in src/layouts/Layout.astro
  3. Modifying the components in src/layouts/components
  4. Customizing individual page styles

About

The team's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors