Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 396 Bytes

File metadata and controls

15 lines (10 loc) · 396 Bytes

dapperlinux.github.io

This repository contains the website for Dapper Linux, hosted at dapperlinux.com

Running

You can develop this website and test changes by cloning and starting a php interpreter:

git clone git@github.com:dapperlinux/dapperlinux.github.io.git
cd dapperlinux.github.io
php -S localhost:8000

Point your browser at localhost:8000 and the website will show.