2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/README.md

23 lines
454 B
Markdown
Raw Normal View History

2019-05-31 10:19:04 +02:00
# offen.dev
> Organization homepage
The site is using Pelican
## Site development
Create a Python virtual environment using the tools of your choice and install the requirements. E.g.:
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
Serve the site locally on http://localhost:8000:
```
make devserver
```
2019-05-31 10:19:04 +02:00
### License
MIT © [Frederik Ring](https://www.frederikring.com), [Hendrik Niefeld](http://niefeld.com/)