-
/api
: an API to interact with many different PoS blockchains (README) -
/extension
: Lunie browser extension. (README)
To install the required modules for /api
, /app
, and /extension
all at once, run:
$ yarn
If you're only interested in /api
, /app
, or /extension
there are instructions below for how to work in one workspace at a time.
Run this command with the following syntax:
$ yarn workspace <workspace-name> add <package-name>
As an example:
$ yarn workspace extension add cool-vue-package
- API:
$ yarn workspace api start
- App:
$ yarn workspace app serve
$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build
$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build:dev