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
- Host: GitHub
- URL: https://github.com/ivanatias/post-it
- Owner: ivanatias
- Created: 2023-11-15T20:01:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T06:48:11.000Z (over 1 year ago)
- Last Synced: 2025-02-07T16:47:00.529Z (4 months ago)
- Language: TypeScript
- Homepage: https://post-it-mu-steel.vercel.app
- Size: 911 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```