0cb is a free online tool that help you to Copy and Retrieve Text and images between any devices. Just copy the text and share the ID.
If you want to edit the Text in future, give -e
in the end of your Clipboard ID while creating one. Try it out.
NOTE: You need to create a Password for this feature. Don't forget it.
0cb also have URL shortener with stats
which gives number of user clicked the link, and user details such as browser name, operating system, and PC type in an graphical interface.
Migration from React to Astro. Originl Repo here
npm create astro@latest -- --template minimal
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Feel free to check our documentation or jump into our Discord server.