This repository contains the slides as a code along for the "introduction to web development" talk. The slides are built using Slidev and are hosted on GitHub Page
https://thinc-org.github.io/introduction-to-web-development
Install dependencies with yarn
yarn install
Run Slidev application using
yarn workspace @docs/slidev dev
Happy coding!