|
|
@@ -1,15 +1,5 @@ |
|
|
|
## hictoaster |
|
|
|
## hic |
|
|
|
hic is a hicetnunc browser to run hicetnunc as an app, locally on your computer. |
|
|
|
This repository contains code to compile hic as a binary file, runnable on various platforms. |
|
|
|
|
|
|
|
``` |
|
|
|
npm i |
|
|
|
``` |
|
|
|
toast a hen with |
|
|
|
``` |
|
|
|
npm run toast |
|
|
|
``` |
|
|
|
Binaries compiled with this repository / **Get hic here**: |
|
|
|
|
|
|
|
Linux: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.AppImage)</u> |
|
|
|
``` |
|
|
@@ -27,3 +17,18 @@ Windows: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.exe)</u> |
|
|
|
$ md5sum hic-0.0.1.exe |
|
|
|
> 659225bb2d9c737658a5f94f21865574 hic-0.0.1.exe |
|
|
|
``` |
|
|
|
## hictoaster |
|
|
|
|
|
|
|
This repository contains the code to compile hic as a binary file for various platforms using `electron-builder`. |
|
|
|
HEN is served as static site using `electron-serve`. |
|
|
|
|
|
|
|
``` |
|
|
|
npm i |
|
|
|
``` |
|
|
|
toast a hen with |
|
|
|
``` |
|
|
|
npm run toast |
|
|
|
npm run toast:w //windows |
|
|
|
npm run toast:l //linux |
|
|
|
npm run toast:m //mac |
|
|
|
``` |