From d53b9df1427524b8c09bcaf5378d0db941d076ce Mon Sep 17 00:00:00 2001 From: Lucas Bersier Date: Fri, 14 Dec 2018 02:52:11 +0000 Subject: [PATCH] Readme for 2.0.0 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1721022..96f884b 100755 --- a/README.md +++ b/README.md @@ -36,8 +36,12 @@ Translator's Name ### Example file structure: -### Sass -Colors are represented in sass variabless. Use **css/_variables.scss** to edit the background and accent colors. You will need a sass compiler. +Run the following commands to generate your website: -### Dependencies -Vue.js - Interface library +```bash +# Generate a booklist +node booklistgen.js [root image folder] + +# Build index file +yarn run build +```