Skip to content

Website for Osaka Web Designers and Developers Meetup (OWDDM)

Notifications You must be signed in to change notification settings

benmurden/owddm.github.io

 
 

Repository files navigation

OWDDM Site in Nuxt3

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 https://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

About

Website for Osaka Web Designers and Developers Meetup (OWDDM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 76.0%
  • TypeScript 16.7%
  • CSS 7.3%