readme: add building section
This commit is contained in:
parent
131c03549f
commit
49d63dea6d
12
README.md
12
README.md
|
@ -4,7 +4,17 @@ This is the WIP rewrite of the ESE website.
|
|||
|
||||
## Building
|
||||
|
||||
(TODO)
|
||||
To build the website, install the dependencies and run the build script:
|
||||
```sh
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
The output will be in `_site`.
|
||||
|
||||
You can also start a development server with auto-reloading:
|
||||
```sh
|
||||
npm run start
|
||||
```
|
||||
|
||||
## Nix DevShell
|
||||
A nix development shell that provides all required tools for developing and building the project is provided for convenience. Using it is by no means required, although we encourage it.
|
||||
|
|
Loading…
Reference in a new issue