aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 5d6e34c7c9c96b6158c0bef93bb38db5d3598fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
explore nix csts, entirely in your browser. syntax elements
are extracted using the nix-community/rnix-parser crate, and
exposed to js via wasm.


build:

    $ nix shell
    $ wasm-pack build
    $ cd www && npm run build


run:

    $ cd www && npm run serve


try it out at https://cstea-nix.peppe.rs