Go to file
Derrick Hammer 538241b858
dep: update s5-js
2023-12-12 16:40:32 -05:00
prisma fix: generate a random dumber for cid in seed 2023-12-11 20:09:05 -05:00
public feat: added graphics 2023-12-05 17:06:54 +01:00
src feat: initial site update webhook 2023-12-11 20:23:44 -05:00
.eslintrc.json chore: initial bootstrap 2023-11-10 14:34:04 +01:00
.gitignore chore: initial bootstrap 2023-11-10 14:34:04 +01:00
LICENSE Initial commit 2023-11-04 02:51:28 +00:00
README.md chore: initial bootstrap 2023-11-10 14:34:04 +01:00
bridge.mts feat: initial s5 network bridge 2023-12-11 20:23:17 -05:00
next.config.js chore: initial bootstrap 2023-11-10 14:34:04 +01:00
package-lock.json dep: update s5-js 2023-12-12 16:40:32 -05:00
package.json dep: update s5-js 2023-12-12 16:40:32 -05:00
postcss.config.js chore: initial bootstrap 2023-11-10 14:34:04 +01:00
tailwind.config.ts fix: install proper fonts 2023-12-05 17:19:31 +01:00
tsconfig.json ci: update compilerOptions target 2023-12-11 20:04:55 -05:00

README.md

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.