https://github.com/lnbits/my.lnbits.com
LNbits SaaS Frontend
https://github.com/lnbits/my.lnbits.com
Last synced: over 1 year ago
JSON representation
LNbits SaaS Frontend
- Host: GitHub
- URL: https://github.com/lnbits/my.lnbits.com
- Owner: lnbits
- License: mit
- Created: 2024-05-13T09:58:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T08:16:55.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T09:35:11.665Z (almost 2 years ago)
- Language: Vue
- Homepage: https://my.lnbits.com/
- Size: 16.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
## Credits
Special thanks to [Pratik Patel](https://github.com/pratik227/quasar-admin) for the Quasar Template project.
## License
[MIT](http://opensource.org/licenses/MIT)