blob: a8ab1957750f10afbda54a8dd58827a7e381534f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# std-curves page
Buit using GatsbyJS.
Run:
```
gatsby build --prefix-paths
```
or
```
gatsby develop
```
Note that the Gatsby build is setup to insert a [Plausible analytics](https://plausible.io/) tracking element
that is pointing at a self-hosted instance on neuromancer.sk. Remove this before you deploy the site anywhere.
|