- Clone this repository and the website repository.
- Run
npm i
oryarn
on theomnibar
directory. - Run
npm link
on theomnibar
directory. - Run
npm i
oryarn
on theomnibar-www
directory. - Run
npm link omnibar
on theomnibar-www
directory. - Run
npm run dev
on theomnibar-www
directory. - Open https://localhost:8080 in your browser.