Skip to content

dwh-outsite/dwhdelft.nl

This branch is 25 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57e6835 Β· Jan 12, 2025
Jan 4, 2025
Jan 12, 2025
Jan 4, 2025
Jan 12, 2025
Mar 12, 2024
Jan 4, 2025
Jan 4, 2025
Aug 18, 2024
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Mar 12, 2024

Repository files navigation

🌈 Websites of DWH

Setup

DWH is the independent LGBT+ association of Delft and surroundings. We're two things: a meeting place for LGBT+ people and their friends and a group that actively pushes for greater LGBT+ rights and acceptance.

The website is a (statically generated) Nuxt.js app hosted on Cloudflare. The app makes heavy use of Vue.js and Tailwind CSS.

Requirements

Build Setup

npm install

Development

npm run dev <domain>

# For example:
npm run dev dwhdelft.nl
npm run dev outsite.nl

The domain argument is actually the subdirectory. We use Nuxt layers to generate multiple websites from the same codebase.

Recommended development tools

Production

Build the application for production:

npm run build <domain>

Locally preview production build:

npm run preview <domain>

Check out the Nuxt deployment documentation for more information.