https://github.com/onyb/paste-ipfs
https://github.com/onyb/paste-ipfs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/onyb/paste-ipfs
- Owner: onyb
- Created: 2022-09-19T22:02:00.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-22T23:26:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T16:40:43.449Z (over 1 year ago)
- Language: JavaScript
- Homepage: paste-ipfs.vercel.app
- Size: 549 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paste-ipfs
A pastebin alternative for the Interplanetary Web [WIP]
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.