Clone the repo
Installation
Install the VitePress template using npm, yarn, or pnpm
Clone the repo
Clone the coretech-sites repository (or your fork):
git clone https://github.com/your-org/coretech-sites.git
cd coretech-sites
Install dependencies
From the project root, install dependencies for the VitePress template:
cd vitepress-template
npm install
Or with yarn:
yarn
Or with pnpm:
pnpm install
Verify
Ensure a .env file exists in vitepress-template/ with at least:
SITE_NAME=showcase
Then run the dev server:
npm run dev
Open http://localhost:5657. You should see the showcase site with docs and block examples.
Next: Quick Start