docs(readme): add build instructions
This commit is contained in:
parent
424f5d3f19
commit
1713c9e01e
3 changed files with 16 additions and 2 deletions
|
@ -1 +1 @@
|
|||
/nix/store/i4wcn83p1273vgv0nggpdbjqppq33aj7-pre-commit-config.json
|
||||
/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json
|
15
README.md
15
README.md
|
@ -2,4 +2,19 @@
|
|||
|
||||
The all-new (very experimental) MacGregor House website
|
||||
|
||||
## Building
|
||||
|
||||
To build, run
|
||||
|
||||
`nix build .`
|
||||
|
||||
For live preview, run
|
||||
|
||||
`bash watch.sh` and
|
||||
`nix run nixpkgs#live-server`
|
||||
|
||||
then navigate to the `src` directory.
|
||||
|
||||
## Models
|
||||
|
||||

|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
nil.enable = true;
|
||||
statix.enable = true;
|
||||
markdownlint.enable = true;
|
||||
mdsh.enable = true;
|
||||
typos.enable = true;
|
||||
check-merge-conflicts.enable = true;
|
||||
commitizen.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue