Skip to content

inkubio/apoptoosi.fi

Repository files navigation

apoptoosi.fi

Inkubio ry's annual ball website frontend built with nuxt3. Uses the Directus headless CMS as the backend.

Deployment

Changes to master branch automatically deploys the changes to Azure static web service.

Local development

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

Checkout the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published