No description
Find a file
2023-11-22 17:19:05 -08:00
.jest Adding jest setup and basic tests. 2022-01-28 15:04:29 -08:00
.vscode Adding wedding website files. 2021-06-03 17:58:40 -07:00
.vscode copy Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
app Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
auth Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
components Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
components_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
lib Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
lib_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
pages_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
prisma Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
public Update setting of background image and update deps. 2022-03-22 16:03:51 -07:00
public_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
seed-data Adding wedding website files. 2021-06-03 17:58:40 -07:00
styles Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
styles_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
types Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
utils_old Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
.eslintrc.json Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
.gitignore Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
.nvmrc Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
app.d.ts Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
next.config.js Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
package.json Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
pnpm-lock.yaml Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
postcss.config.cjs Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
README.md Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08:00
tsconfig.json Rename all old folders, create new folders and files for the app directory, setting up header/footer/layout, and getting prisma lucia auth working to create a user. 2023-11-22 17:19:05 -08: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.