Skip to content

risedle/analytics

Repository files navigation

Risedle Analytics

This repository contains the interface of Risedle Analytics.

Get started

Then clone the repository:

git clone git@github.com:risedle/analytics.git
cd analytics/

Install the dependencies:

npm install

Run the development server:

npm run dev

The app entrypoint is on the src/pages/_app.tsx.

To changes component for each page, you may go to directly to the page component. For example, if you want to update something on the homepage go to directly to src/pages/index.tsx.

Risedle Analytics is using Next.js and deployed on Cloudflare Pages.

Releases

No releases published

Packages

No packages published