GitXplorerGitXplorer
j

tuna

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a964b2b70c3e5616bf2e5f59a76785c84abb80d3

WIP getting prisma seed and nextjs app to both work without adjusting package.json settings beforehand

LLevPewPew committed a year ago
Unverified
79ad84bb4e98eb820d6f2f44c2287cc8af7033d3

fixed bugs in seed by refactoring code to be simpler instead of scrappy

LLevPewPew committed a year ago
Unverified
bc58eaf3b8a1ca1c6f8a885e37bcbd9e9941e5ad

created Comment model

LLevPewPew committed a year ago
Unverified
38e29e5de35abfe7685aee9d850ec2c1baaf023c

created comment component

LLevPewPew committed a year ago
Unverified
672252f8bc5c84a3c6313eb7bf0ee8e494f5a98d

basic display of some posts

LLevPewPew committed a year ago
Unverified
62133872053e349f227a837377270830a90c7ae3

small tidy of global types

LLevPewPew committed a year ago

README

The README file for this repository.

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

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.