Skip to main content

Install Evidence

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

Open your browser and go to http://localhost:3000


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

Need step by step instructions? Visit our Detailed Installation Walkthrough.

System Requirements

Evidence requires:

  • Node.js Version 16.14 or higher
  • NPM Version 7 or higher

Check your versions with node -v and npm -v

  • Update to the latest npm version with npm install -g npm@latest
Download Node.js + NPM

VS Code Extension

If you use VS Code, we recommend installing the Evidence VSCode Extension. It adds syntax highlighting and autocomplete for Evidence flavoured markdown.