The frontend for Paste. https://paste.fascinated.cc/
Go to file
Lee addcc45955
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 5s
Publish Docker Image / docker (ubuntu-latest) (push) Failing after 47s
Merge pull request 'Update dependency lucide-react to ^0.376.0' (#8) from renovate/lucide-react-0.x into master
Reviewed-on: #8
2024-04-27 09:49:12 +00:00
.gitea/workflows fix ci 2024-04-26 22:34:33 +01:00
public add favicon 2024-04-26 06:49:06 +01:00
src/app add Sentry 2024-04-26 22:07:02 +01:00
.env add Sentry 2024-04-26 22:07:02 +01:00
.eslintrc.json Initial commit from Create Next App 2024-04-23 01:42:30 +01:00
.gitignore add Sentry 2024-04-26 22:07:02 +01:00
components.json initial commit 2024-04-23 03:22:31 +01:00
Dockerfile fix ci 2024-04-26 22:27:01 +01:00
LICENSE Add LICENSE 2024-04-24 20:28:29 +00:00
next.config.mjs fix ci 2024-04-26 22:32:43 +01:00
package.json Merge pull request 'Update dependency lucide-react to ^0.376.0' (#8) from renovate/lucide-react-0.x into master 2024-04-27 09:49:12 +00:00
pnpm-lock.yaml Merge pull request 'Update dependency lucide-react to ^0.376.0' (#8) from renovate/lucide-react-0.x into master 2024-04-27 09:49:12 +00:00
postcss.config.mjs Initial commit from Create Next App 2024-04-23 01:42:30 +01:00
README.md Initial commit from Create Next App 2024-04-23 01:42:30 +01:00
renovate.json Add renovate.json 2024-04-23 15:00:52 +00:00
sentry.client.config.ts add Sentry 2024-04-26 22:07:02 +01:00
sentry.edge.config.ts add Sentry 2024-04-26 22:07:02 +01:00
sentry.server.config.ts add Sentry 2024-04-26 22:07:02 +01:00
tailwind.config.ts maybe fix the first time upload error? 2024-04-23 03:49:14 +01:00
tsconfig.json Initial commit from Create Next App 2024-04-23 01:42:30 +01: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.