luniehq / lunie

Lunie is staking, simplified ✨

Home Page:https://lunie.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lunie Official Monorepo

Workspaces:

Preparation:

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.

To install new dependencies in a single workspace:

Run this command with the following syntax:

$ yarn workspace <workspace-name> add <package-name>

As an example:

$ yarn workspace extension add cool-vue-package

To run the code in a single workspace:

  • API:
$ yarn workspace api start
  • App:
$ yarn workspace app serve

To build extension:

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build

To build extension enabling localhost connection

$ export LUNIE_API=https://staging-api.lunie.io
$ yarn workspace extension build:dev

About

Lunie is staking, simplified ✨

https://lunie.io

License:Apache License 2.0


Languages

Language:JavaScript 64.4%Language:Vue 32.5%Language:CSS 1.6%Language:Shell 0.7%Language:HTML 0.4%Language:Swift 0.3%Language:Java 0.1%Language:Ruby 0.0%Language:Dockerfile 0.0%