/process-analytics.dev

The source of the process-analytics.dev website

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Process Analytics Logo

PRs Welcome Contributor Covenant License

Process Analytics Website

🚀 Quick start

This site is created with Gatsby.

  1. Prerequires

    Mininal 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.

  2. Start developing.

    Install dependencies. The extra options is required to fix some react 18 incompatibilities.

    npm install --legacy-peer-deps

    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!

  3. Learn more