README now explains local deployment
This commit is contained in:
parent
06735fbd01
commit
d652c2e83e
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -1,6 +1,20 @@
|
||||||
# dobutterfliescry.net
|
# dobutterfliescry.net
|
||||||
Source code for my website
|
Source code for my website
|
||||||
|
|
||||||
|
### Local Development
|
||||||
|
>[!WARNING]
|
||||||
|
> My computers run NixOS so deployment relies on this fact
|
||||||
|
> If you don't have Nix see the [[#Without Nix|non-nix section]].
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ nix develop # -i for purity
|
||||||
|
nix-shell$ ./bakeimgs
|
||||||
|
nix-shell$ ./serve &
|
||||||
|
```
|
||||||
|
#### Without Nix
|
||||||
|
>[!TODO]
|
||||||
|
> Lazy...
|
||||||
|
|
||||||
### Ideas
|
### Ideas
|
||||||
1. a page you're not allowed access to without "contributing to humanity's knowledge"
|
1. a page you're not allowed access to without "contributing to humanity's knowledge"
|
||||||
ie factorising a large number not currently in factordb.com
|
ie factorising a large number not currently in factordb.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue