# sinara-assembly
Repository with instructions and remarks on assembling and testing Sinara hardware
### Build docs
```shell
nix build
```
The output files are in `result/book` directory.
### Development shell
```shell
nix develop
mdbook build
```
The output files are in `book` directory.
## Contributing
If you found missing hardware or just want to add/enhance hints and instructions,
feel free to push them.
Tips for adding hardware instructions:
1. Compose a chapter in a new Markdown file in `src/hw`
2. Add pictures if needed, store them in `src/img`, assure them to be clear, informative and compressed
(you can use `convert -quality 80% -resize x