pyth-crosschain/lp_ui
Chase Moran 1230ea6fa3 all the ui components for lp_ui
Change-Id: I60b6f95f480c28f245e87f35fd7ae4ebdced535d
2021-09-13 15:18:01 +00:00
..
public lp_ui: hello world stack 2021-09-13 15:17:52 +00:00
src all the ui components for lp_ui 2021-09-13 15:18:01 +00:00
.gitignore lp_ui: hello world stack 2021-09-13 15:17:52 +00:00
README.md lp_ui: hello world stack 2021-09-13 15:17:52 +00:00
craco.config.js sdk for migration & progress on lp_ui 2021-09-13 15:17:56 +00:00
package-lock.json sdk for migration & progress on lp_ui 2021-09-13 15:17:56 +00:00
package.json sdk for migration & progress on lp_ui 2021-09-13 15:17:56 +00:00
tsconfig.json lp_ui: hello world stack 2021-09-13 15:17:52 +00:00

README.md

Prerequisites

  • Docker
  • NodeJS v14+

Run the following from the root of this repo

DOCKER_BUILDKIT=1 docker build -- --target node-export -f Dockerfile.proto -o type=local,dest=. .
DOCKER_BUILDKIT=1 docker build -- -f Dockerfile.wasm -o type=local,dest=.. .
npm ci --prefix ethereum
npm ci --prefix sdk/js
npm run build --prefix sdk/js

The remaining steps can be run from this folder

Install

npm ci

Develop

npm start