blob: 3f57112fb04e67729fb139a5635e140054bc8c6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# cph.rs
This repository contains the source files for cph.rs.
## Testing Locally
To install jekyll (and any other dependencies, if we get any):
```
bundle install
```
To run this website as a developer:
```
jekyll serve
```
This will serve the site at `localhost:4000`.
|