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

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.

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