Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 729 Bytes

screencrash-studio

This is based on Electron React Boilerplate. For any mysterious environment bugs, consider searching their docs too (repo here).

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/kulturkrock/screencrash-editor.git
cd screencrash-editor
npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See Electron React Boilerplate docs and guides here