The frontend for Paste. https://paste.fascinated.cc/
This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Liam 9af304db35
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Successful in 2m5s
Publish Docker Image / docker (ubuntu-latest) (push) Has been cancelled
test Sentry tunnel routing
2024-04-26 22:24:39 +01:00
.gitea/workflows publish docker image 2024-04-23 03:32:17 +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 add favicon 2024-04-26 06:49:06 +01:00
LICENSE Add LICENSE 2024-04-24 20:28:29 +00:00
next.config.mjs test Sentry tunnel routing 2024-04-26 22:24:39 +01:00
package.json add Sentry 2024-04-26 22:07:02 +01:00
pnpm-lock.yaml add Sentry 2024-04-26 22:07:02 +01: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.