No description
Find a file
2024-09-05 13:46:06 +10:00
app add excel 2024-06-07 20:24:36 +10:00
components remove beer tab and update package-lock.json 2024-09-05 13:46:06 +10:00
constants copy conversion math 2024-05-26 19:17:30 +10:00
lib improve coords 2024-05-24 21:28:29 +10:00
public update 2024-05-24 18:40:24 +10:00
server changes 2024-05-15 22:35:25 +10:00
utils add missing file 2024-05-26 19:23:38 +10:00
.eslintrc.json add translations and mantine 2023-12-11 17:30:15 +10:00
.gitignore add translations and mantine 2023-12-11 17:30:15 +10:00
auth.ts changes 2024-05-15 22:35:25 +10:00
meteo.json update 2024-05-24 18:40:24 +10:00
middleware.ts changes 2024-05-15 22:35:25 +10:00
next.config.js use proper weather 2024-05-24 21:05:18 +10:00
package-lock.json remove beer tab and update package-lock.json 2024-09-05 13:46:06 +10:00
package.json update 2024-05-24 18:40:24 +10:00
postcss.config.cjs add translations and mantine 2023-12-11 17:30:15 +10:00
postcss.config.js changes 2024-05-15 22:35:25 +10:00
README.md add translations and mantine 2023-12-11 17:30:15 +10:00
tsconfig.json add translations and mantine 2023-12-11 17:30:15 +10: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.