Coder Social home page Coder Social logo

onboard's Introduction

NEAR Discovery (BOS)

Setup & Development

Initialize repo:

yarn

Start development version:

yarn start

Local Component Development

  1. Run an instance of a component server like near/bos-loader which serves component code in the following format

    {
      "components": {
        "<component path 1>": {
          "code": "<component 1 code>"
        },
        "<component path 2>": {
          "code": "<component 2 code>"
        }
      }
    }

    this will be used as a redirectMap in ViewPage

  2. Create a .env file and set the component server URL as LOCAL_COMPONENT_LOADER

  3. Run server in dev mode with yarn start

Note: there is no hot reload, you must refresh the page to see component changes

Local VM Development

If you need to make changes to the VM and test locally, you can easily link your local copy of the VM:

  1. Clone the viewer repo as a sibling of near-discovery-alpha:
git clone [email protected]:NearSocial/VM.git

Folder Structure:

/near-discovery-alpha
/VM
  1. Initialize the VM repo and run the link command:
cd VM
yarn
yarn link
yarn build
  1. Run the link command inside near-discovery-alpha and start the app:
cd ../near-discovery-alpha
yarn link "near-social-vm"
yarn start
  1. Any time you make changes to the VM, run yarn build inside the VM project in order for the viewer project to pick up the changes.

onboard's People

Contributors

stalesamy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.