Parch Cast Website
Find a file
2025-04-06 16:32:40 +03:30
app Refactor global styles and episode card components for improved responsiveness; update border-radius and margin properties, and enhance button styles in podcast hero. 2025-03-31 13:37:54 +03:30
components Enhance AppSidebar with logo and improved layout; update ToggleLanguage component to accept size prop, and adjust header language toggle size for consistency. 2025-04-06 16:32:40 +03:30
hooks Implement sidebar component with context management for state handling; add new UI elements including tooltip, skeleton, and sheet components; update package dependencies and enhance global styles for improved responsiveness. 2025-03-31 13:17:42 +03:30
lib first commit 2025-03-02 00:58:28 +03:30
public initial commit 2025-03-10 00:35:31 +03:30
.gitignore first commit 2025-03-02 00:58:28 +03:30
bun.lockb Implement sidebar component with context management for state handling; add new UI elements including tooltip, skeleton, and sheet components; update package dependencies and enhance global styles for improved responsiveness. 2025-03-31 13:17:42 +03:30
components.json first commit 2025-03-02 00:58:28 +03:30
eslint.config.mjs first commit 2025-03-02 00:58:28 +03:30
next.config.ts first commit 2025-03-02 00:58:28 +03:30
package-lock.json fix the conflict 2025-03-30 15:09:15 +03:30
package.json Implement sidebar component with context management for state handling; add new UI elements including tooltip, skeleton, and sheet components; update package dependencies and enhance global styles for improved responsiveness. 2025-03-31 13:17:42 +03:30
postcss.config.mjs first commit 2025-03-02 00:58:28 +03:30
README.md Update README.md 2025-03-16 16:49:02 +03:30
tsconfig.json first commit 2025-03-02 00:58:28 +03:30

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

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then, 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.