tickle-godot-frontend/README.md

10 lines
492 B
Markdown
Raw Normal View History

2022-06-29 14:54:45 +00:00
# Godot frontend for Tickle
2022-06-20 11:17:17 +00:00
2022-06-29 14:54:45 +00:00
Tickle 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.
2022-06-20 11:17:17 +00:00
2022-06-29 14:54:45 +00:00
This project aims to provide a nice frontend/UI to manage Tickle files and an easy way to run your site locally.
2022-06-20 11:17:17 +00:00
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.
2022-06-23 16:45:41 +00:00
2022-06-29 13:15:46 +00:00
The version of Godot used for this project is 3.5rc5.