Skip to content

Corvalan/fibery-web-extension2

 
 

Repository files navigation

fibery-web-extension

How to start as web page for development

Prerequisites: personal account is set up, e.g. my-account.fibery.io

  1. Acquire API token
  2. Create .env file in root folder with the following content:
FIBERY_AUTH_TOKEN=<auth-token>
REMOTE_HOST=https://my-account.fibery.io
  1. Run yarn start and access UI normally: http://localhost:3000/

how to build extension

Prerequisites:

  • install nodejs 16.7 version or great.
  • install yarn 1.* version.
yarn install
yarn release

All artifact files will be put in release folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • JavaScript 10.8%
  • HTML 1.5%
  • CSS 0.2%