Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```