mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
584 B
584 B
🧭 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.