0.1.4 • Published 4 months ago
nabit-bitlink-electron v0.1.4
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
- Clone repo
- Set up
.env
file:yarn reset-env
- Install all dependencies:
yarn install
- 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.
- 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.