Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 513 Bytes

Introduction to web development

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

Deployment

https://thinc-org.github.io/introduction-to-web-development

Contribution

Install dependencies with yarn

yarn install

Run Slidev application using

yarn workspace @docs/slidev dev

Happy coding!