Skip to content

Website for Osaka Web Designers and Developers Meetup (OWDDM)

Notifications You must be signed in to change notification settings

owddm/owddm.github.io

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2024
Sep 30, 2024
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024
May 2, 2019
Oct 9, 2020
Sep 30, 2024
Sep 30, 2024
Nov 23, 2018
Oct 31, 2024
Sep 30, 2024
Oct 31, 2024
Sep 30, 2024
Oct 2, 2024
Jan 2, 2025
Jan 2, 2025
Sep 30, 2024
Jan 2, 2025

Repository files navigation

OWDDM Site built with AstroJS and Vue

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview