This is a Next.js based website for mineTomek (made by mineTomek).
This website is hosted on vercel and is available on https://mineTomek.com.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or (preferred & fastest)
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx
. The page auto-updates as you edit the file.
If you have any ideas or want to contribute in any way, feel free to fork this repository, and then create a pull request. I will be happy to consider every single one.