Skip to main content

Setup

Foundation Nova supports two starting paths. Use the runner for a one-off. Install into project for configs you can commit.

Requirements

  • Node.js LTS
  • npm
Quick Check

Run this command below to check the installed versions of your Node.js, npm, operating system, installed browsers, and other dev tools directly:

npx @cbnventures/foundation-nova@latest version --all

Choose Your Path

Choose Run once (npx) to try Nova or make a one-off change, or Install into project to use preset configs and run commands any time.

View the built-in help from the command below, or see CLI.

npx @cbnventures/foundation-nova@latest

Next Steps

  • See CLI for generators and project scaffolding.
  • See Configuration to choose ESLint and TypeScript scenarios.
  • See Examples for sample configurations and layouts.