forked from Fediversity/fediversity.eu
Compare commits
2 commits
24d61ca767
...
d0534612f3
Author | SHA1 | Date | |
---|---|---|---|
d0534612f3 | |||
ff9a0768bf |
|
@ -15,11 +15,19 @@ Structured content is managed through Nix expressions, and copy is written in [C
|
||||||
- [Install Nix](https://nix.dev/install-nix)
|
- [Install Nix](https://nix.dev/install-nix)
|
||||||
- [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation)
|
- [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation)
|
||||||
- Run `direnv allow` in the directory where repository is stored on your machine
|
- Run `direnv allow` in the directory where repository is stored on your machine
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> This is a security boundary, and allows automatically running code from this repository on your machine.
|
||||||
|
|
||||||
- Start a live preview in a different terminal:
|
- Start a live preview in a different terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
devmode
|
devmode
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will open your default web browser and automatically reload the page when the source changes.
|
||||||
|
|
||||||
- Edit any of the files, see [repository layout](#repository-layout) for guidance
|
- Edit any of the files, see [repository layout](#repository-layout) for guidance
|
||||||
|
|
||||||
# Repository layout
|
# Repository layout
|
||||||
|
|
Reference in a new issue