Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.57 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.57 KB

Logo

Everything BOS Workspace

A Monorepo that holds multiple BOS apps/widgets
Explore the docs »

Report Bug · Request Feature

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Clone the repo
git clone https://github.com/near-everything/bos-workspace.git
  1. Install using your favorite package manager
yarn
  1. Run the development server
yarn dev
  1. Go to https://everything.dev/flags or https://near.org/flags and set the bos loader Url to
http://127.0.0.1:4040/
  1. Now you can access the local apps in the gateway, for example to access apps/create go to bos://createit.near/widget/home

  2. For more details on how to use this workspace, please refer to the Documentation