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

https://github.com/ivanatias/post-it

Social media app with Google authentication and masonry style layout to share all kind of photos
https://github.com/ivanatias/post-it

Last synced: about 2 months ago
JSON representation

Social media app with Google authentication and masonry style layout to share all kind of photos

Awesome Lists containing this project

README

        

# Post it

Social media app with Google authentication and masonry style layout to share all kind of photos.

## Run locally

```
// Clone the repository into your machine
git clone https://github.com/ivanatias/post-it.git

// Install all dependencies
pnpm install

// Run dev server
pnpm dev
```