https://github.com/solid/pod-browser
https://github.com/solid/pod-browser
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solid/pod-browser
- Owner: solid
- License: mit
- Created: 2020-04-28T13:39:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T22:26:08.000Z (6 months ago)
- Last Synced: 2025-08-20T09:45:14.716Z (6 months ago)
- Language: JavaScript
- Homepage: https://pod-browser.vercel.app
- Size: 10.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# PodBrowser
## A modular tool to view, manage, and control access to your Pod.
[Code of Conduct](code-of-conduct.md) · [Documentation] · [Support]
[](code_of_conduct.md)
This project adheres to the Contributor Covenant [code of conduct](code_of_conduct.md). By participating, you are expected to uphold this code.
# 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
- PodBrowser uses a framework called [Next.js](https://nextjs.org/), which has [extensive documentation](https://nextjs.org/docs/getting-started). It uses [React](https://reactjs.org/) for client-side templates, [Webpack](https://webpack.js.org/) for building assets, and [Jest](https://jestjs.io/) for tests.
- Any environment variables you wish to expose must be added to `next.config.js`.
- When making commits, follow the guidelines outlined in this post: https://cbea.ms/git-commit/
# Deployment
You can use `npm run 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.