1
0
Fork
You've already forked autistichavenweb
0
No description
TypeScript 42.7%
CSS 35%
JavaScript 22.3%
brandon 7a24650855
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Increase logo size.
2025年11月18日 14:28:37 -06:00
app Apply stylized lists and update Minecraft server address. 2025年11月18日 13:18:33 -06:00
components Refactor site content, update styling, and replace static logo with SVG. 2025年11月18日 11:24:35 -06:00
public Refactor site content, update styling, and replace static logo with SVG. 2025年11月18日 11:24:35 -06:00
styles Increase logo size. 2025年11月18日 14:28:37 -06:00
.domains Init 2025年11月17日 16:00:31 -06:00
.gitignore Initial commit 2025年11月17日 22:08:06 +01:00
.woodpecker.yml Initial commit 2025年11月17日 22:08:06 +01:00
eslint.config.mjs Initial commit 2025年11月17日 22:08:06 +01:00
next.config.ts Initial commit 2025年11月17日 22:08:06 +01:00
package-lock.json Init 2025年11月17日 16:00:31 -06:00
package.json Initial commit 2025年11月17日 22:08:06 +01:00
postcss.config.mjs Initial commit 2025年11月17日 22:08:06 +01:00
README.md Initial commit 2025年11月17日 22:08:06 +01:00
tsconfig.json Initial commit 2025年11月17日 22:08:06 +01:00

Secrets to set in CI

codeberg_token - Your codeberg token with read/write perms mail - Your email

Additional setup

Create a .domains if your going to use a custom domain!


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.