@spirobel/mininext 0.2.22 → 0.2.23
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,3 +55,13 @@ build:
|
|
|
55
55
|
```bash
|
|
56
56
|
bun run build
|
|
57
57
|
```
|
|
58
|
+
|
|
59
|
+
## Tutorial
|
|
60
|
+
|
|
61
|
+
If you understand these 3 basic concepts you can build your own website with mininext:
|
|
62
|
+
|
|
63
|
+
1. html + css
|
|
64
|
+
2. templating
|
|
65
|
+
3. you can use data inside of your html templates
|
|
66
|
+
|
|
67
|
+
Tutorial video: [intro to mininext](https://www.youtube.com/watch?v=rz4awKntpzE)
|