mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Umami is a modern, privacy-focused alternative to Google Analytics.
https://umami.is
| assets | ||
| components | ||
| hooks | ||
| lang | ||
| lang-compiled | ||
| lib | ||
| pages | ||
| prisma | ||
| public | ||
| redux | ||
| scripts | ||
| styles | ||
| tracker | ||
| .dockerignore | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| jsconfig.json | ||
| LICENSE | ||
| next.config.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| yarn.lock | ||
🧭 umami-sqlite
Modded version of Umami Analytics backed by a local SQLite database
simple, fast, open source website analytics
Quick Start
Requirements
- Node.js >= 14.17.0
Install Dependencies
yarn
(seemingly optional?) Run db migration
yarn prisma migrate dev
Configure env
Create an .env file with the following
HASH_SALT=anyrandomstring
Build the application
yarn build
Start the application
yarn start
The application will be available on http://localhost:3000.