Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 614 Bytes

Permistory

How to build and install on browser?

  1. Navigate to the client directory.
cd client
  1. Install the npm packages.
npm install
  1. Build the project by running the following command.
npm run build

Open chrome browser, navigate to chrome://extensions/ and enable developer mode if you haven't already.

image

Click on load unpacked and select the build folder path.

That's it you have successfully installed Permistory on your machine 🎉