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.
Make sure to install the dependencies:
# pnpm
pnpm install
# npm
npm install
Start the development server on http://localhost:3000
:
# pnpm
pnpm dev
# npm
npm run dev
Build the website for production:
# pnpm
pnpm build
# npm
npm run build
Check out the deployment documentation for more information.