Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfields/pastebug
Quasar + Supabase Pastebin
https://github.com/kfields/pastebug
graphql quasar-framework supabase urql vue
Last synced: 3 days ago
JSON representation
Quasar + Supabase Pastebin
- Host: GitHub
- URL: https://github.com/kfields/pastebug
- Owner: kfields
- License: mit
- Created: 2022-09-17T09:45:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:21:26.000Z (8 months ago)
- Last Synced: 2024-03-19T05:52:04.486Z (8 months ago)
- Topics: graphql, quasar-framework, supabase, urql, vue
- Language: Vue
- Homepage:
- Size: 329 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pastebug :bug:
[![Netlify Status](https://api.netlify.com/api/v1/badges/753710fc-8744-4928-b0bb-4aed2e6cfced/deploy-status)](https://app.netlify.com/sites/pastebug/deploys)Quasar + Supabase Pastebin
## Quick Links
:cyclone: [Live Demo](https://pastebug.netlify.app/)
## Installation
Clone the repository:
```bash
git clone https://github.com/kfields/pastebug.git
```Navigate to the new directory which contains the repository.
```bash
cd pastebug
```
Install required packages:```bash
yarn
```## Development
Navigate to the main package
```bash
cd pastebug
```Launch Pastebug in development mode:
```bash
quasar dev
```