https://github.com/foopis23/spun
Spun revolutionizes social media with mesmerizing 3D rotation. Engage, explore, and experience posts in a visually captivating new dimension.
https://github.com/foopis23/spun
fullstack nuxt3 sidebase tailwindcss trpc
Last synced: 2 months ago
JSON representation
Spun revolutionizes social media with mesmerizing 3D rotation. Engage, explore, and experience posts in a visually captivating new dimension.
- Host: GitHub
- URL: https://github.com/foopis23/spun
- Owner: foopis23
- Created: 2023-06-05T00:03:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T15:48:36.000Z (about 3 years ago)
- Last Synced: 2025-05-18T12:36:18.086Z (about 1 year ago)
- Topics: fullstack, nuxt3, sidebase, tailwindcss, trpc
- Language: Vue
- Homepage: https://www.spun.page/
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spun
Spun revolutionizes social media with mesmerizing 3D rotation. Engage, explore, and experience posts in a visually captivating new dimension.
## Setup
Make sure to install the dependencies:
```bash
npm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```