aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-06-27 11:28:57 +0000
committerng0 <ng0@n0.is>2019-06-27 11:28:57 +0000
commit45d0b0364129481f518eebb0e6d97fdf82499959 (patch)
treecc3da6461058e1d87a860329575f11612e141cee /README
parent45a68c74b49b33830c5dc22e827e1fe02841c8c6 (diff)
downloadwww-45d0b0364129481f518eebb0e6d97fdf82499959.tar.gz
www-45d0b0364129481f518eebb0e6d97fdf82499959.zip
style change, layout fixes, start using sass.
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index ecb60941..93bbd086 100644
--- a/README
+++ b/README
@@ -4,9 +4,15 @@ GNUnet Website
4 4
5Sourcecode for https://gnunet.org created from the https://taler.net code base. 5Sourcecode for https://gnunet.org created from the https://taler.net code base.
6 6
7Requires python3-jinja2, python3-babel, and gettext. 7Requirements
8------------
9- python3 modules:
10 - python3-jinja2, python3-babel
11- python3 interpreter:
12 - python 3.7 (although any 3.x version should work)
13- gettext
14- sassc, to compile the stylesheets
8 15
9The currently supported python3 version is python 3.7.
10 16
11Run "make" to build the HTML. 17Run "make" to build the HTML.
12If you experience a failure related to a python module, run 18If you experience a failure related to a python module, run
@@ -14,6 +20,9 @@ If you experience a failure related to a python module, run
14 20
15Expect it to show up in rendered/en/ and other language folders. 21Expect it to show up in rendered/en/ and other language folders.
16 22
23Run the following to start a python webserver:
24BROWSER=firefox make run
25
17Layout / how this comes to be 26Layout / how this comes to be
18============================= 27=============================
19 28