From ad668644910e83f2976e2c37c1f5c4bb81c35216 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 20 Oct 2022 16:17:19 +0200 Subject: [PATCH] Readme: add line breaks after 80 chars --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6dcb4b6..6cab8f9 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ This is the repository containing the code for https://pub.solar. -It is built using [lume](https://lume.land/) with JSX. To get started, make sure you're loading all dependencies via `direnv`: +It is built using [lume](https://lume.land/) with JSX. To get started, make sure +you're loading all dependencies via `direnv`: ``` $ direnv allow ``` -This will use nix shell to create an environment that has deno and lume available. +This will use nix shell to create an environment that has deno and lume +available. To get a live development server, run @@ -16,8 +18,12 @@ To get a live development server, run $ deno task serve ``` -Unfortunately, hot module reloading is currently broken for JSX modules, so you'll need to restart this process regularly during development. +Unfortunately, hot module reloading is currently broken for JSX modules, so +you'll need to restart this process regularly during development. ## Updating Open Sans -To update the font files and CSS, run `google-font-downloader $FONT_CSS_URL`. As "documentation" `shell.nix` shows the internals, and `_includes/styles/typography.css` has a comment at the top that shows which command was used to generate it. +To update the font files and CSS, run `google-font-downloader $FONT_CSS_URL`. +As "documentation" `shell.nix` shows the internals, and +`_includes/styles/typography.css` has a comment at the top that shows which +command was used to generate it.