Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.16 KB

DEVELOPMENT.md

File metadata and controls

48 lines (40 loc) · 1.16 KB

Development

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

Prerequisites

Installation

zium.app

  1. Clone the repo

    git clone https://github.com/bibixx/zium.app.git
  2. Install NPM packages

    yarn install
  3. Duplicate .env.example and rename it to .env. Adjust values as needed

  4. Run app in the development mode

    yarn dev

Chrome Extension

  1. Clone the repo
    git clone https://github.com/bibixx/zium.app.git
  2. Enter the extension folder
    cd extension
  3. Install NPM packages
    yarn install
  4. Run extension in the development mode
    yarn dev
  5. Load the unpacked extension from the extension/dist folder

Domains that the dev extension considers the app to be in is: localhost, *.zium.app, *.vercel.app
Domains that the production (the one in Chrome store) extension considers the app to be in is: *.zium.app