Parch Linux Official Website!
Find a file
Sohrab Behdani 8d3b688148
Merge pull request #51 from ERFouX/main
Removed Mate Version
2025-02-10 18:27:11 +03:30
.github add ci 2024-05-10 18:12:17 +03:30
components Enhance Card component with hover effects and smooth transitions 2025-01-24 13:40:45 +03:30
data Merge pull request #51 from ERFouX/main 2025-02-10 18:27:11 +03:30
i18n Add 'Forum' and 'Wiki' to the navigation structure 2025-01-23 16:56:37 +03:30
lib New Website 2024-11-23 14:43:06 +03:30
pages Make JoinCard clickable by wrapping the entire card in a Link component 2025-01-24 13:42:05 +03:30
public replace marked with react-markdown 2024-12-03 15:31:37 +03:30
styles Refactored background gradients based on the logo color scheme 2025-01-07 17:28:21 +03:30
utils New Website 2024-11-23 14:43:06 +03:30
.gitignore minor fixes 2024-11-23 16:16:03 +03:30
.prettierrc init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
bun.lockb replace marked with react-markdown 2024-12-03 15:31:37 +03:30
components.json New Website 2024-11-23 14:43:06 +03:30
Dockerfile refactor(Dockerfile): Improve layer caching and use lighter base image 2025-01-20 18:17:55 +03:30
jsconfig.json New Website 2024-11-23 14:43:06 +03:30
next.config.mjs feat: Build app for production environments 2025-01-20 18:17:48 +03:30
package-lock.json Update packages 2025-01-23 17:06:13 +03:30
package.json Update packages 2025-01-23 17:06:13 +03:30
postcss.config.mjs New Website 2024-11-23 14:43:06 +03:30
README.md New Website 2024-11-23 14:43:06 +03:30
tailwind.config.js New Website 2024-11-23 14:43:06 +03:30

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 pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.