You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
337 B

# Freifunk Istanbul
Website of Freifunk Istanbul, based on Hugo and Docsy theme.
## Local setup
```sh
git clone git@git.oyd.org.tr:hsist/freifunk.hackerspace.ist.git
cd freifunk.hackerspace.ist
git submodule update --init --recursive
```
last command takes sometimes because it is download necessary files.
```sh
hugo serve
```