Skip to content

Commit d448162

Browse files
committed
Added README note with URL exmaple
1 parent 1e9b9fd commit d448162

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Meet the first AB-test calculator that could be integrated into your BI dashboar
1212

1313
## Example URL
1414

15-
`http://localhost:5173/?cs=1000&cc=24&vs=1000&vc=44`
15+
`https://sqlhabit.github.io/ab-test-calculator-link/#/?cs=1000&cc=24&vs=1000&vc=54`
1616

1717
### URL Parameters
1818

@@ -22,3 +22,12 @@ Meet the first AB-test calculator that could be integrated into your BI dashboar
2222
| `cc` | Control group conversions |
2323
| `vs` | Variant group size |
2424
| `vc` | Variant group conversions |
25+
26+
## Development
27+
28+
```bash
29+
npm install
30+
npm run dev
31+
```
32+
33+
Example analysis URL: [http://localhost:5173/?cs=1000&cc=24&vs=1000&vc=44](http://localhost:5173/?cs=1000&cc=24&vs=1000&vc=44).

0 commit comments

Comments
 (0)