Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 490 Bytes

A mysterious and fierce gathering you have to live through to truly know and understand. Will you bring glory to your team or just show up for some food?

Setup

Install dependencies with Yarn or npm:

yarn install

Running Locally

Run the presentation locally with hot reloading:

yarn start

Build

Build the project to be deployed. Can be pushed to any static hosting site.

yarn build