Installation

Start from scratch

You can start from scratch by cloning the repository and installing the dependencies.

git clone git@github.com:LeadcodeDev/explainer.git

Start from a template

You can start by create new repository from the template.

npx create-astro@latest --template https://github.com/LeadcodeDev/explainer <project_name>

Install dependencies

In your local repository, run the following command to install the dependencies.

pnpm install