Monorepo hosting slides.horm.codes, a website with slides to all conference talks I've given.
The repository uses Nx to manage all conferences. However, unlike typical Nx workspace, Nx deploys all projects as a single app to a single domain using Vercel.
git clone https://github.com/HormCodes/conference-slides.git
cd conference-slides
yarn install
yarn nx run-many -t build
The code in this repository is licensed under the MIT license. See LICENSE for more information. The license does not apply to the actual content of the slides.