Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 452 Bytes

Contributing

  1. Clone this repository and the website repository.
  2. Run npm i or yarn on the omnibar directory.
  3. Run npm link on the omnibar directory.
  4. Run npm i or yarn on the omnibar-www directory.
  5. Run npm link omnibar on the omnibar-www directory.
  6. Run npm run dev on the omnibar-www directory.
  7. Open https://localhost:8080 in your browser.