Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 655 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 655 Bytes

📸 xyzphotography

This challenge consists of a page with 1 major component: A kind of Slider/Carousel to show some arts (photographs).

Demo

xyzphotography.vercel.app

What was used

  • React
  • NextJS
  • TypeScript
  • Classnames
  • Framer Motion
  • GSAP
  • Styled Components
  • Vercel

Getting started

Run:

yarn
yarn dev

This will start application in development mode.

Build and serve:

yarn build
yarn start

This will generate static files and serve in a local server.

How to deploy new version: Just run vercel deploy.