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 134aa4fc6a
Some checks failed
Publish Docker Image / docker (ubuntu-latest) (push) Waiting to run
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
add language detection
2024-04-23 17:22:29 +01:00
.gitea/workflows publish docker image 2024-04-23 03:32:17 +01:00
src/app add language detection 2024-04-23 17:22:29 +01:00
.env initial commit 2024-04-23 03:22:31 +01:00
.eslintrc.json Initial commit from Create Next App 2024-04-23 01:42:30 +01:00
.gitignore Initial commit from Create Next App 2024-04-23 01:42:30 +01:00
components.json initial commit 2024-04-23 03:22:31 +01:00
Dockerfile fix 2024-04-23 03:27:09 +01:00
next.config.mjs fix 2024-04-23 03:26:08 +01:00
package.json add language detection 2024-04-23 17:22:29 +01:00
pnpm-lock.yaml add language detection 2024-04-23 17:22:29 +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
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.