leaky-ships/leaky-ships
2023-09-10 19:44:18 +02:00
..
e2e Fix tests 2023-09-07 17:38:07 +02:00
prisma Migration from Prisma to Drizzle-ORM 2023-08-19 23:16:49 +02:00
public Fix tests 2023-09-07 17:38:07 +02:00
src Add missing cleanup 2023-09-10 19:44:18 +02:00
.eslintrc.cjs Fix tests 2023-08-19 23:17:14 +02:00
.gitignore Migration from Prisma to Drizzle-ORM 2023-08-19 23:16:49 +02:00
.prettierignore Adding Prettier config files 2023-02-08 10:26:33 +01:00
drizzle.config.ts Fixed drizzle config 2023-08-20 15:49:37 +02:00
kill-server.sh Using Playwright for e2e testing 2023-07-27 11:02:54 +02:00
package.json Fixid color picker and drawing functionality 2023-09-10 01:42:09 +02:00
playwright.config.ts Fix tests 2023-09-07 17:38:07 +02:00
pnpm-lock.yaml Fixid color picker and drawing functionality 2023-09-10 01:42:09 +02:00
postcss.config.cjs SolidJS implementation 2023-08-15 03:27:55 +02:00
prettier.config.cjs SolidJS implementation 2023-08-15 03:27:55 +02:00
README.md Init NextJS app 2023-01-06 15:58:48 +01:00
stop-server.sh Reworked Azure auth testing 2023-07-10 20:52:03 +02:00
tailwind.config.cjs SolidJS implementation 2023-08-15 03:27:55 +02:00
tsconfig.eslint.json Fix eslint and add to config 2023-08-16 01:33:04 +02:00
tsconfig.json SolidJS implementation 2023-08-15 03:27:55 +02:00
vite.config.ts Fix tests 2023-09-07 17:38:07 +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

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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.