leaky-ships/leaky-ships
2023-07-11 19:21:32 +02:00
..
__tests__ Reworked Azure auth testing 2023-07-10 21:13:50 +02:00
components Add jest E2E testing 2023-07-10 19:36:12 +02:00
drizzle Add Drizzle ORM 2023-07-10 19:35:23 +02:00
hooks Working game logic 2023-06-16 08:22:34 +02:00
interfaces Working game logic 2023-06-16 08:22:34 +02:00
lib Working game logic 2023-06-16 08:22:34 +02:00
pages Add jest E2E testing 2023-07-10 19:36:12 +02:00
prisma Prisma migrate to Postgres 2023-07-08 13:39:49 +02:00
public Custom sign in/out page 2023-07-07 22:57:30 +02:00
styles Fully working ship placement 2023-06-13 18:08:46 +02:00
types Using next-auth 2023-04-23 18:21:18 +02:00
.eslintrc.json Use Prettier 2023-02-07 20:44:00 +01:00
.gitignore Add jest E2E testing 2023-07-10 19:36:12 +02:00
.prettierignore Adding Prettier config files 2023-02-08 10:26:33 +01:00
build-start-test.sh Reworked Azure auth testing 2023-07-10 21:13:50 +02:00
drizzle.config.ts Add Drizzle ORM 2023-07-10 19:35:23 +02:00
global.d.ts Complete backend rework 2023-04-08 16:56:03 +02:00
jest-puppeteer.config.js Add jest E2E testing 2023-07-10 19:36:12 +02:00
jest.config.js Reworked Azure auth testing 2023-07-10 21:13:50 +02:00
next.config.js Init NextJS app 2023-01-06 15:58:48 +01:00
package-lock.json Started introducing prisma to connect to MongoDB 2023-02-03 22:42:20 +01:00
package.json Update Prettier to v3.0.0 2023-07-11 19:21:32 +02:00
pnpm-lock.yaml Update Prettier to v3.0.0 2023-07-11 19:21:32 +02:00
postcss.config.js Added tailwind 2023-02-07 20:25:39 +01:00
prettier.config.js Update Prettier to v3.0.0 2023-07-11 19:21:32 +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 21:13:50 +02:00
tailwind.config.js Fix tailwind config in the best practice way 2023-02-12 17:59:12 +01:00
tsconfig.json Add Drizzle ORM 2023-07-10 19:35:23 +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.