A minimalist photo memory archive website with interactive image animations for the fictional fashion brand Vixta.
-
Install the dependencies:
# npm npm install # pnpm pnpm install # yarn yarn install
-
Start the development server on
http://localhost:3000
or another available port:# npm npm run dev # pnpm pnpm run dev # yarn yarn dev
-
Build the application for production:
# npm npm run build # pnpm pnpm run build # yarn yarn build
-
preview production build locally:
# npm npm run preview # pnpm pnpm run preview # yarn yarn preview
Check out the deployment documentation for more information.