mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Updated README.
This commit is contained in:
parent
e735a1c50d
commit
5b2628172b
@ -6,6 +6,12 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics.
|
|||||||
|
|
||||||
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
|
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
|
||||||
|
|
||||||
|
A fast way to get up and running is to use Railway
|
||||||
|
|
||||||
|
[](https://railway.app/new/template/umami)
|
||||||
|
|
||||||
|
See [Running on Railway](https://umami.is/docs/running-on-railway) to get started.
|
||||||
|
|
||||||
## Installing from source
|
## Installing from source
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
@ -6,7 +6,6 @@ const selector = state => state.shareToken;
|
|||||||
|
|
||||||
export default function useShareToken(shareId) {
|
export default function useShareToken(shareId) {
|
||||||
const shareToken = useStore(selector);
|
const shareToken = useStore(selector);
|
||||||
console.log({ shareToken });
|
|
||||||
const { get } = useApi();
|
const { get } = useApi();
|
||||||
|
|
||||||
async function loadToken(id) {
|
async function loadToken(id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user