Skip to main content

Install Evidence

The easiest way to get started with Evidence is to use the VSCode Extension.

VSCode Extension

  1. Install Evidence from the VSCode Marketplace
  2. Open the Command Palette (Ctrl/Cmd + Shift + P) and enter Evidence: New Evidence Project
  3. Click Start Evidence in the bottom status bar

The template project running in your browser contains a tutorial on how to use Evidence.

Install VSCode Extension

Other Options

npx degit evidence-dev/template my-project
cd my-project
npm install
npm run dev

System Requirements

See system requirements page.