Frontend for Minecraft Utilities. https://mcutils.xyz
Go to file
Liam b4076c850a
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m36s
add libraries to the docs (will probably re-design later)
2024-04-20 02:04:42 +01:00
.gitea/workflows fix ci 2024-04-14 17:48:01 +01:00
documentation add libraries to the docs (will probably re-design later) 2024-04-20 02:04:42 +01:00
public/media switch to local assets for the logo 2024-04-19 22:39:16 +01:00
src add libraries to the docs (will probably re-design later) 2024-04-20 02:04:42 +01:00
.gitignore start work on the frontend 2024-04-14 18:46:37 +01:00
.prettierrc add realtime statistics!!! 2024-04-18 01:21:38 +01:00
components.json add mojang endpoint status page 2024-04-16 22:50:42 +01:00
config.json update the config.json 2024-04-19 23:13:14 +01:00
Dockerfile add documentation dir to the Dockerfile 2024-04-20 00:35:16 +01:00
LICENSE Initial commit 2024-04-14 16:39:51 +00:00
next.config.mjs generate metadata for the documentation page 2024-04-20 00:50:59 +01:00
package.json add libraries to the docs (will probably re-design later) 2024-04-20 02:04:42 +01:00
pnpm-lock.yaml add libraries to the docs (will probably re-design later) 2024-04-20 02:04:42 +01:00
postcss.config.mjs initial commit 2024-04-14 17:45:04 +01:00
README.md initial commit 2024-04-14 17:45:04 +01:00
renovate.json Add renovate.json 2024-04-18 20:16:29 +00:00
startup.ps1 update star us button 2024-04-19 15:22:03 +01:00
tailwind.config.ts add libraries to the docs (will probably re-design later) 2024-04-20 02:04:42 +01:00
tsconfig.json cleanup config path 2024-04-18 07:32:21 +01: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 Inter, a custom Google Font.

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.