Companion website for the Learning TypeScript book.
Welcome to the repository housing the companion website for Learning TypeScript! Built using Docusaurus 2 and deployed with Vercel.
Clone the repository to your computer, then run yarn
to install packages.
Note that this repository includes LearningTypeScript/projects via Git Submodules.
git clone --recurse-submodules https://github.com/LearningTypeScript/learning-typescript learning-typescript-site
cd learning-typescript-site
yarn
See DEVELOPMENT.md for more details.