Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

farbenmeer/ausguck

Repository files navigation

Ausguck

We sometimes do lightning talks at work to learn, inspire, and share.

You can find the different decks in the ./decks directory.

dependencies Status devDependencies Status Renovate enabled

Usage

Start all decks in development

npm run dev

Start all decks with a production build

npm run build
npm run start

Clean the build folder

npm run clean