Skip to content

Commit

Permalink
Add README with details on how to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-uk1 committed Apr 27, 2023
1 parent 36e5f58 commit a8db119
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This repository contains the website for [linebender.org](https://linebender.org). More details are
available on the website.

# Development

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.

0 comments on commit a8db119

Please sign in to comment.