Parch Linux Official Website!
Find a file
2024-11-23 15:27:21 +03:30
.github add ci 2024-05-10 18:12:17 +03:30
components New Website 2024-11-23 14:43:06 +03:30
data fixed team 2024-11-23 15:27:21 +03:30
i18n New Website 2024-11-23 14:43:06 +03:30
lib New Website 2024-11-23 14:43:06 +03:30
pages Fixed Download, Fixed Team, Fixed Links to community 2024-11-23 15:20:57 +03:30
public New Website 2024-11-23 14:43:06 +03:30
styles New Website 2024-11-23 14:43:06 +03:30
utils New Website 2024-11-23 14:43:06 +03:30
.gitignore fix: remove yarn.lock and add to .gitignore 2024-05-11 21:36:16 +03:30
.prettierrc init official website by cloning vanillaos.org 2024-03-29 23:23:37 +03:30
bun.lockb New Website 2024-11-23 14:43:06 +03:30
components.json New Website 2024-11-23 14:43:06 +03:30
Dockerfile New Website 2024-11-23 14:45:01 +03:30
jsconfig.json New Website 2024-11-23 14:43:06 +03:30
next.config.mjs New Website 2024-11-23 14:43:06 +03:30
package.json New Website 2024-11-23 14:43:06 +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.