Skip to content

yassh/spread-eagle

Repository files navigation

Spread Eagle

How to develop

Requires

Installation

Run npm ci to install dependencies.

Start

Run npm run dev to start the development server on localhost:3000.

Other commands

  • npm run lint - to find problems
  • npm run fix - to fix problems
  • npm run test - to test
  • npm run checkall - to run npm run lint and npm run test

How to track page views in Google Analytics (GA4)

  1. Set the Google Analytics measurement ID to the environment variable NEXT_PUBLIC_GA_MEASUREMENT_ID.
  2. Disable the "Page changes based on browser history events" option in the Google Analytics console.

Releases

No releases published

Packages

No packages published

Languages