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

https://github.com/bohdanmoroziuk/quasagram

A social media app where you can post your photos.
https://github.com/bohdanmoroziuk/quasagram

axios firebase instagram-clone quasar social-media-app

Last synced: 4 months ago
JSON representation

A social media app where you can post your photos.

Awesome Lists containing this project

README

          

# Quasagram (quasagram)

> A social media app where you can post your photos.

## Install the dependencies
```bash
npm install
```

### Start the app in development mode
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```