Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 735 Bytes

build.md

File metadata and controls

23 lines (14 loc) · 735 Bytes

Build Guide

Require git, [email protected] and yarn.

git clone https://github.com/mienaiyami/yomikiru/

cd yomikiru

# install dependencies
yarn install

# run dev build
yarn start

# build for current OS
yarn run make

Check package.json, forge.config.ts -> makers and https://www.electronforge.io/config/makers for more options.

Feel free to ask any questions regarding building using issues. I don't have much experience with different linux distros the code might not work on all out of the box.