2020-11-16 03:12:11 +00:00
|
|
|
# sina
|
2020-11-15 20:27:09 +00:00
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
The frontend for mi
|
2020-11-15 20:27:09 +00:00
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
## Building
|
2020-11-15 20:27:09 +00:00
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
```console
|
|
|
|
$ nix-build
|
2020-11-15 20:27:09 +00:00
|
|
|
```
|
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
In dev:
|
2020-11-15 20:27:09 +00:00
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
```console
|
|
|
|
$ ./scripts/build-dev.sh
|
2020-11-15 20:27:09 +00:00
|
|
|
```
|
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
Or for autobuild:
|
2020-11-15 20:27:09 +00:00
|
|
|
|
2020-11-16 03:12:11 +00:00
|
|
|
```console
|
|
|
|
$ ./scripts/autobuild.sh
|
2020-11-15 20:27:09 +00:00
|
|
|
```
|