schon/storefront
Egor fureunoir Gorbunov 7fd483376e Features: 1) Add favicon.svg to the public directory; 2) Update tsconfig.json to include baseUrl configuration;
Fixes: 1) Correct tsconfig.json paths for styles import;

Extra: 1) Add .gitkeep placeholders for new pages, components, and styles directories.
2025-06-27 07:20:04 +03:00
..
public Features: 1) Add favicon.svg to the public directory; 2) Update tsconfig.json to include baseUrl configuration; 2025-06-27 07:20:04 +03:00
src Features: 1) Add favicon.svg to the public directory; 2) Update tsconfig.json to include baseUrl configuration; 2025-06-27 07:20:04 +03:00
.gitignore Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
eslint.config.mjs Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
next.config.ts Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
package-lock.json Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
package.json Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
postcss.config.mjs Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
README.md Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
tsconfig.json Features: 1) Add favicon.svg to the public directory; 2) Update tsconfig.json to include baseUrl configuration; 2025-06-27 07:20:04 +03:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.