Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

iamnabholz/panorama-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the app and load as an unpacked extension

Open a terminal on this folder.

Install the dependencies...

npm install

Wait for it to finish and then build the app...

npm build

After it's finished you can load the unpacked extension by opening the index.html in the Public folder with the browser.

Run the app locally

This is not recommended as the app uses extensions functions to get top sites from the browser for example.

Open a terminal on this folder.

Install the dependencies...

npm install

Wait for it to finish and then run the app...

npm run dev

Navigate to localhost:5000. You should see the app running. You might see some errors on the console or that the app doesn't load, this is because the app uses extensions specific stuff like getting the Top Sites from the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks