File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Meet the first AB-test calculator that could be integrated into your BI dashboar
12
12
13
13
## Example URL
14
14
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 `
16
16
17
17
### URL Parameters
18
18
@@ -22,3 +22,12 @@ Meet the first AB-test calculator that could be integrated into your BI dashboar
22
22
| ` cc ` | Control group conversions |
23
23
| ` vs ` | Variant group size |
24
24
| ` 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 ) .
You can’t perform that action at this time.
0 commit comments