Skip to content

rndlabs/pastebee

 
 

Repository files navigation

Pastebee

Roadmap

  • code highlighting
  • feeds
  • collaborative editing?
  • and more...

For development

  1. pnpm install
  2. yarn dev

To upload to Bee

tar -cf ../my_website.tar *

curl -X POST -H "Content-Type: application/x-tar" -H "Swarm-Index-Document: index.html" -H "Swarm-Error-Document: index.html" --data-binary @../my_website.tar http://localhost:8080/dirs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.1%
  • CSS 34.2%
  • Svelte 16.3%
  • JavaScript 2.0%
  • HTML 1.4%