0.1.4 • Published 4 months ago

nabit-bitlink-electron v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

NABIT bitLink Electron App

TBD.

Pre-requisites

  • Python version 3.10.2 or above
  • Node 20.12.2 or higher (its possible lower versions will work but this is what it was developed on)
  • Docker Desktop

Local setup

  1. Clone repo
  2. Set up .env file: yarn reset-env
  3. Install all dependencies: yarn install
  4. Initiliaze the local sqlite db and Prisma client: yarn upgrade-db
    • This is also the command you should run if the database schema has changed and you need to migrate your db to the new schema.
  5. Start the app: yarn start

Packaging the app

The app can be packaged with yarn package. More information TBD.

Quick temporary notes

  • Removing mac support until we own a mac.