Skip to content

LearningTypeScript/site

Repository files navigation

Learning TypeScript Site

Companion website for the Learning TypeScript book.

Code Style: Prettier TypeScript: Strict

Learning TypeScript title with a sun conure and O'Reilly logo

Welcome to the repository housing the companion website for Learning TypeScript! Built using Docusaurus 2 and deployed with Vercel.

Setup

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.