Skip to content

morniteaque/morniteaque.org

Repository files navigation

Project icon

Morniteaque Site

Site for Morniteaque.


Overview

This is the landing page for Morniteaque. It's a very simple link aggregator at the moment, but might grow to be more in the future.

Installation

The web app is available on GitHub releases in the form of a static .tar.gz archive; to deploy it, simply upload it to a CDN or copy it to a web server. For most users, this shouldn't be necessary though; simply visit the public deployment to access it:

Screenshots

Click on an image to see a larger version.

Screenshot of the site in light mode Screenshot of the site in dark mode

Acknowledgements

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build the site locally, run:

$ git clone https://github.com/morniteaque/morniteaque.org.git
$ cd morniteaque.org
$ make depend
$ make dev

License

Morniteaque Site (c) 2024 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0