https://github.com/asone/lnfilestore-front
https://github.com/asone/lnfilestore-front
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asone/lnfilestore-front
- Owner: Asone
- Created: 2022-09-09T13:35:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T20:25:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T21:42:19.513Z (over 1 year ago)
- Language: SCSS
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LN Filestore Front-end
LN Filestore Front-end provides a web application to buy and/or sell files through the Lightning network.
The front-end relies on the [LN Filestore server](https://github.com/Asone/LNFilestoreServer) and is mainly intended to be used as an [umbrel](https://umbrel.com/) app.
It is built with NextJS and React.
## Run
Default port for the application is `9999`.
You can use a docker image to run the application :
x86 processors :
> docker run akbarworld/lnfilestorefront
arm64 processors :
> docker run akbarworld/lnfilestorefront:umbrel
If you want to run it on a docker-compose you can find an example in my [umbrel-apps](https://github.com/Asone/umbrel-apps/blob/master/lnfilestore/docker-compose.yml) fork.
## Build
You can also build yourself the application and run it directly.
### On host
> yarn install && yarn build
### host serve
> yarn serve
### dev
> yarn dev
### Build through docker :
> Docker build .
## API Reference
See the server's [route documentation]()