Skip to content

pruvious/access-log-parser

Repository files navigation

Project

A simple analytics tool that parses nginx access logs and displays them in the Pruvious dashboard.

This project was generated with Pruvious CLI version 3.9.9.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

# npm
npm install

Development server

Start the development server on http://localhost:3000:

# pnpm
pnpm dev

# npm
npm run dev

Production

Build the website for production:

# pnpm
pnpm build

# npm
npm run build

Check out the deployment documentation for more information.

About

A simple analytics tool that parses nginx access logs and displays them in the Pruvious dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published