Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firefly-zero/docs.fireflyzero.com

📄 The source code for the Firefly Zero documentation
https://github.com/firefly-zero/docs.fireflyzero.com

docs firefly-zero gamedev hugo

Last synced: about 1 month ago
JSON representation

📄 The source code for the Firefly Zero documentation

Awesome Lists containing this project

README

        

# docs.fireflyzero.com

The source code for [Firefly Zero](https://fireflyzero.com/) docs. Hosted at [docs.fireflyzero.com](https://docs.fireflyzero.com/).

It uses [hugo](https://gohugo.io/) static site generator with [hugo-book](https://github.com/alex-shpak/hugo-book) theme. All the documentation is available in the [content](./content/) directory in [Markdown](https://www.markdownguide.org/) format.

## Running locally

1. [Install task](https://taskfile.dev/installation/)
1. Run `task serve`.
1. Open [localhost:1313](http://localhost:1313/).