Skip to content

csprite/csprite.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csprite web

This is the source of my csprite's website hosted at https://csprite.github.io

The project uses jelly to generate the site & build.sh is used to automate rebuilding & serving files on local dev machine.

$ ./build.sh clean  # Clean Build Files
$ ./build.sh serve  # Build, Serve on localhost:4000 & Auto-Rebuild on changes