sudoku-pro 1.0.12 β 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,20 @@
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
+
## π Live Demo (Frontend)
|
|
12
|
+
|
|
13
|
+
You can try the full frontend demo here:
|
|
14
|
+
|
|
15
|
+
π **https://sudoku-pro.duckdns.org/**
|
|
16
|
+
|
|
17
|
+
This demo uses:
|
|
18
|
+
- `sudoku-pro` as an npm dependency
|
|
19
|
+
- Vite for bundling
|
|
20
|
+
- Docker + Nginx
|
|
21
|
+
- HTTPS via Letβs Encrypt
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
11
25
|
## Install
|
|
12
26
|
|
|
13
27
|
```bash
|
package/package.json
CHANGED