Skip to content

process-analytics/process-analytics.dev

Repository files navigation

Process Analytics Logo

PRs Welcome Contributor Covenant License

Process Analytics Website

🚀 Quick start

This site is created with Gatsby.

Prerequisites

Minimal node version: See the .nvmrc file.

If you use nvm, you can change the node version used locally with nvm use.
It loads the version specified in the .nvmrc file.

Start developing

Install dependencies

  npm install

Start the development server

  npm start

Your site is now running at http://localhost:8000!
You can modify a file from src to see your site update in real-time!

Pull Request Previews

In Pull Request, a preview is generated to see how the modified website will look.

Learn more