Nearby Protocol - Dividend Protocol and invite protocol - >#141392
These are few ideas I wish to integrate to a nostr client
So if any developers interested in joining - please comment or you can email to cryptofolyo@gmail.com - Or just comment on this post in stacker.news - Lets form a community of newly emerging programmers
Damn that was fast, so people can actually create their own little instance and brand it how they like, lets say you're a big blogger or a brand using substack, why not move over and just be called the doomberg blog on your own domain for example but just use nostr, this is awesome
Yes. Your own branded substack.
Thats what the video is about.
The next step is to get a decent domain and cloud hosting service and deploy the code in the cloud server and ur own branded substack is ready and live.
No I have not tried it yet, but I will give it a go when I have time, happy to work on a guide for it for our site and will credit you and include your videos
NOSTR BASED blogstack.io deployment notes
transcript of the youtube video
Step 1 - Download Visual studio code
Step 2 - Github code
Step 3 - Install VS Code
Step 4 - Clone the Source code from GitHub
sudo npm install -g typescript
sudo npm install next react react-dom
http://localhost:3000
sudo npm run build
npm run start
page.tsx
seems to be the main page from which the code is working.. Lets try to tinker - as I don’t know much coding :)