Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

megoth/pod-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inrupt Logo

PodBrowser

A modular tool to view, manage, and control access to your Pod.

podbrowser.inrupt.com

Code of Conduct · Documentation · Support

Contributor Covenant

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Installation

  1. npm install
  2. npm run dev to run a dev server, or npm run build to compile static HTML and other assets.

Development

Deployment

You can use npm deploy to deploy a PodBrowser instance to Vercel, if you create an account. Alternatively, you can:

  • Run npm run build and npm run start to run the node server;
  • Run npm run build and npm run export to export static HTML and assets to host on the server of your choice.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%