Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linebender/linebender.github.io

Main webpage for linebender org
https://github.com/linebender/linebender.github.io

Last synced: about 23 hours ago
JSON representation

Main webpage for linebender org

Awesome Lists containing this project

README

        

This repository contains the website for [linebender.org](https://linebender.org). More details are
available on the website.

# Development

**Note: The site is currently built with Zola version 0.19.2.**

The steps you need to get building the website locally are:

1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/)
2. Run `zola serve` in a terminal
3. Go to the address logged to the terminal window (usually [localhost:1111](http://localhost:1111)).

# Deployment

This website is automatically deployed every time a PR is merged using Github actions.