No description
Find a file
2025-12-22 20:15:57 +00:00
app Use custom redirecting server 2024-05-27 02:04:53 +02:00
assets Use NeXT.js 2024-05-06 01:23:57 +02:00
cmd/serve Use custom redirecting server 2024-05-27 02:04:53 +02:00
components Rebrand Thyra Inflatables to Thyra Designs 2025-12-22 21:09:00 +01:00
content Clarify reselling 2024-11-20 01:16:14 +01:00
dynamic Fix meta for store pages 2024-11-10 17:16:20 +01:00
lib Swap defunct mastodon for bluesky 2025-12-22 21:12:12 +01:00
pages Rebrand Thyra Inflatables to Thyra Designs 2025-12-22 21:09:00 +01:00
public Add initial store pages 2024-11-07 14:58:35 +01:00
styles Add cart functionality 2024-11-09 20:19:57 +01:00
.dockerignore Use custom redirecting server 2024-05-27 02:04:53 +02:00
.eslintrc.json Use NeXT.js 2024-05-06 01:23:57 +02:00
.gitignore Use NeXT.js 2024-05-06 01:23:57 +02:00
.gitlab-ci.yml Remove store page from thyra-inflatables 2025-12-22 20:54:54 +01:00
bun.lock Remove store page from thyra-inflatables 2025-12-22 20:54:54 +01:00
Dockerfile Use custom redirecting server 2024-05-27 02:04:53 +02:00
go.mod Use custom redirecting server 2024-05-27 02:04:53 +02:00
go.sum Use custom redirecting server 2024-05-27 02:04:53 +02:00
LICENSE Add LICENSE 2024-06-25 17:56:04 +00:00
next.config.mjs Improve loading of dynamic pages 2024-11-09 23:23:24 +01:00
package.json Remove store page from thyra-inflatables 2025-12-22 20:54:54 +01:00
postcss.config.mjs Use NeXT.js 2024-05-06 01:23:57 +02:00
README.md Use NeXT.js 2024-05-06 01:23:57 +02:00
tailwind.config.ts Add @tailwind/forms 2024-11-09 20:38:50 +01:00
tsconfig.json Add cart functionality 2024-11-09 20:19:57 +01:00
wrangler.toml Use cloudflare pages 2024-06-23 19:16:30 +02: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.