Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umami-software/website
Umami website
https://github.com/umami-software/website
Last synced: 5 days ago
JSON representation
Umami website
- Host: GitHub
- URL: https://github.com/umami-software/website
- Owner: umami-software
- Created: 2020-08-17T04:41:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:30:47.000Z (14 days ago)
- Last Synced: 2024-10-29T09:58:54.146Z (14 days ago)
- Language: MDX
- Homepage: https://umami.is
- Size: 17 MB
- Stars: 181
- Watchers: 4
- Forks: 88
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# umami.is
This is the repository of the [Umami](https://umami.is) website built using [Next.js](https://nextjs.org/).
## About
Umami is a simple, easy to use, self-hosted web analytics solution.
The goal is to provide you with a friendlier, privacy-focused alternative
to Google Analytics and a free, open source alternative to paid solutions.
Umami collects only the metrics you care about and respects the privacy of your users.## Starting the project 👨💻
```shell
# using npm
npm installnpm run dev
```
```shell
# using yarn
yarnyarn dev
```## Contributions
Would be happy to take contributions to improve the website. Help is needed especially in the [**Guides**](https://umami.is/docs/guides/hosting) section.
If you know how to configure or deploy Umami in different environments, please share your knowledge.