ticle-godot-frontend/README.md

8 lines
434 B
Markdown
Raw Normal View History

2022-06-20 11:17:17 +00:00
# Godot frontend for Ticle
Ticle is a WIP tiny static site "generator" that parses Markdown files right in the browser, with no compilation to HTML necessary, intended for equally tiny blogs.
This project aims to provide a nice frontend/UI to manage Ticle files and an easy way to run your site locally.
2022-06-20 11:27:00 +00:00
It uses a slightly modified version of [godot-http-server](https://github.com/velopman/godot-http-server) for the server side.