We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c54781 commit 5d8ec68Copy full SHA for 5d8ec68
README.md
@@ -0,0 +1,13 @@
1
+# csprite web
2
+This is the source of my csprite's website
3
+hosted at https://csprite.github.io
4
+
5
+The project uses [jelly](https://codeberg.org/0ref/jelly)
6
+to generate the site & `build.sh` is used
7
+to automate rebuilding & serving files on
8
+local dev machine.
9
10
+```sh
11
+$ ./build.sh clean # Clean Build Files
12
+$ ./build.sh serve # Build, Serve on localhost:4000 & Auto-Rebuild on changes
13
+```
0 commit comments