Skip to content

Commit 5d8ec68

Browse files
authored
Create README.md
1 parent 0c54781 commit 5d8ec68

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)