![]() |
||
---|---|---|
assets | ||
components | ||
hooks | ||
lang | ||
lang-compiled | ||
lib | ||
pages | ||
prisma | ||
public | ||
redux | ||
scripts | ||
styles | ||
tracker | ||
.dockerignore | ||
.env.example | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
jsconfig.json | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
yarn.lock |
README.md
🧭 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
.