summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index cac5b98..96ad750 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@
This isn't totally in place yet, but it's something to work toward.
-The two special locations are 'soar' and 'bild'. The former is for images and
-other assets and is synced to digital ocean's object storage. The latter's
+The main source directory is `lore`. Stuff in `aero` and `apex` should be small
+functions specific to the server/client.
+
+The two special locations are `soar` and `bild`. The former is for images and
+other assets to be synced to digital ocean's object storage. The latter's
contents are gitignore'd and can be deleted at any time because they will just
be rebuilt later.
@@ -24,13 +27,7 @@ be rebuilt later.
To get a development shell, for example to work on ibb, you can do:
$ nix-shell -A pack.ibb
- $ ghci
- GHCi, version 8.4.4: http://www.haskell.org/ghc/ :? for help
- Loaded GHCi configuration from /home/ben/src/biz/.ghci
- λ :load apex/Ibb.hs
- [1 of 2] Compiling Influencers ( apex/Influencers.hs, interpreted )
- [2 of 2] Compiling Ibb ( apex/Ibb.hs, interpreted )
- Ok, two modules loaded.
+ $ chip/make ibb
The build system topology is defined in `./default.nix`, so follow the import
paths there to see what's available for building and installing locally. For