Skip to content

A fashion design brand with minimalistic layout and interactive photo design display for Vixta Fashion Studio

Notifications You must be signed in to change notification settings

josephchay/vixta-fashion-studio

Repository files navigation

Vixta Fashion Studio - A Photo Memory Archive


About

A minimalist photo memory archive website with interactive image animations for the fictional fashion brand Vixta.

Tech Stack

NuxtJS GSAP

Demo

logo

image

Demo

Development

  1. Install the dependencies:

    # npm
    npm install
    
    # pnpm
    pnpm install
    
    # yarn
    yarn install
  2. Start the development server on http://localhost:3000 or another available port:

    # npm
    npm run dev
    
    # pnpm
    pnpm run dev
    
    # yarn
    yarn dev

Deployment

  1. Build the application for production:

    # npm
    npm run build
    
    # pnpm
    pnpm run build
    
    # yarn
    yarn build
  2. preview production build locally:

    # npm
    npm run preview
    
    # pnpm
    pnpm run preview
    
    # yarn
    yarn preview

Check out the deployment documentation for more information.

About

A fashion design brand with minimalistic layout and interactive photo design display for Vixta Fashion Studio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published