Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 473 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 473 Bytes

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:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview