Ausguck
We sometimes do lightning talks at work to learn, inspire, and share.
You can find the different decks in the ./decks
directory.
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