A micro-CMS built with redbean.
System dependencies required for building:
make
zip
Note: watchexec is required for make watch
to work.
# download dev dependencies
make download
# run
make run
# or start service and watch for changes
make watch