david on Nostr: Would a tutorial for the below steps be of benefit to the wider nostr community? I ...
Would a tutorial for the below steps be of benefit to the wider nostr community? I might consider putting out a bounty if the answer is yes. #asknostr #nostrdesign
1. Pick a free / open source dashboard template like one from [1]
2. Use NDK and ndk-react to create a “Hello Nostr” app like the one in [2]
3. Create a docker image
4. Deploy to digital ocean, vercel, AWS, or wherever
Maybe a series of tutorials for alternative template styles (not just dashboard), alternatives to react, alternative web hosting services?
[1] https://mui.com/store/collections/free-react-dashboard/
[2] https://ndk-react-demo.vercel.app
1. Pick a free / open source dashboard template like one from [1]
2. Use NDK and ndk-react to create a “Hello Nostr” app like the one in [2]
3. Create a docker image
4. Deploy to digital ocean, vercel, AWS, or wherever
Maybe a series of tutorials for alternative template styles (not just dashboard), alternatives to react, alternative web hosting services?
[1] https://mui.com/store/collections/free-react-dashboard/
[2] https://ndk-react-demo.vercel.app
quoting note1dm7…tj46My goal is to build a website that runs on my machine locally and know that when it comes time to deploy it on digital ocean, AWS, vercel, or wherever, I won’t have to spend hours debugging and potentially regretting some of the decisions I made earlier in the process. Docker ought to be the right tool for that purpose, if I understand correctly: docker being a container for applications (like a website), LXD being a container for systems.