@tracktor/map 1.3.0 → 1.3.1
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,3 +101,14 @@ Contributions are welcome! Please follow the coding conventions and include test
|
|
|
101
101
|
## 📄 License
|
|
102
102
|
|
|
103
103
|
MIT © [Kevin Graff / Tracktor]
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## GH-Pages
|
|
107
|
+
This project uses GitHub Pages for documentation hosting. To deploy the documentation, run:
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
bun run deploy:example
|
|
111
|
+
```
|
|
112
|
+
This will build the documentation and push it to the `gh-pages` branch.
|
|
113
|
+
|
|
114
|
+
GH-Pages URL: https://tracktor.github.io/map/
|
package/package.json
CHANGED