blob: 02b48b842cc038d8b7e2d9354139eb4c98a6b69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# Countries
Theme built CSS and JavaScript
## Usage
```console
$ cp -v .env.example .env
```
```console
$ make serve
```
## Installation
Orginal Repo:
```console
$ git clone https://hgit.conocimientoslibres.ga/testing/countries.git
```
Mirror Repo:
```console
$ git clone https://notabug.org/heckyel/countries.git
```
## Build It
First, you need to compile the theme using [SassC](https://github.com/sass/sassc) compiler amd
[Python](https://www.python.org/) as local-server.
Then install `sassc` for example:
```console
# pacman -S sassc
```
You see Makefile:
```console
$ make all
```
## License
This work is under the License [GNU AGPLv3 +](LICENSE.md)
|