Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Readme for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bersier committed Dec 14, 2018
1 parent 98c1895 commit d53b9df
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ Translator's Name
### Example file structure:
<img src="https://cloud.githubusercontent.com/assets/3892772/19536607/aba5b538-961a-11e6-901b-a7ba8085b9af.png"/>

### Sass
Colors are represented in sass variabless. Use **css/_variables.scss** to edit the background and accent colors. <a href="http://sass-lang.com/">You will need a sass compiler</a>.
Run the following commands to generate your website:

### Dependencies
<a href="https://github.com/vuejs/vue">Vue.js</a> - Interface library
```bash
# Generate a booklist
node booklistgen.js [root image folder]

# Build index file
yarn run build
```

0 comments on commit d53b9df

Please sign in to comment.