No description
  • TypeScript 77.3%
  • CSS 18.2%
  • JavaScript 2.1%
  • Nix 1.8%
  • Dockerfile 0.6%
Find a file
2026-06-29 08:29:51 -04:00
.forgejo/workflows add forgejo workflow 2026-06-29 12:28:46 +00:00
app loading eager 2026-06-29 12:25:19 +00:00
assets move derg to assets folder for next/image importing 2026-06-27 12:18:42 -04:00
components use sidebar background 2026-06-29 04:33:10 +00:00
lib switch to tables db and add storage client 2026-06-29 04:33:30 +00:00
public move derg to assets folder for next/image importing 2026-06-27 12:18:42 -04:00
types move appwrite types to types folder 2026-06-29 04:32:48 +00:00
.envrc add dotenv 2026-06-25 14:49:38 +00:00
.gitignore add flake stuff 2026-06-19 06:55:26 +00:00
appwrite.config.json appwrite config 2026-06-29 01:40:47 +00:00
bun.lock bun.lock 2026-06-29 01:40:51 +00:00
components.json add card 2026-06-29 01:06:53 +00:00
Dockerfile add dockerfile 2026-06-29 12:25:46 +00:00
eslint.config.mjs Initial commit from Create Next App 2026-06-17 23:30:57 +00:00
flake.lock add flake stuff 2026-06-19 06:55:26 +00:00
flake.nix add flake stuff 2026-06-19 06:55:26 +00:00
next.config.ts add appwrite remote pattern 2026-06-29 04:32:55 +00:00
package.json update shadcn 2026-06-29 01:06:59 +00:00
postcss.config.mjs Initial commit from Create Next App 2026-06-17 23:30:57 +00:00
README.md Initial commit from Create Next App 2026-06-17 23:30:57 +00:00
tsconfig.json Initial commit from Create Next App 2026-06-17 23:30:57 +00: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 Geist, a new font family for Vercel.

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.