Replying to Avatar Ashr

hey nostr:npub1m4ny6hjqzepn4rxknuq94c2gpqzr29ufkkw7ttcxyak7v43n6vvsajc2jl nostr has inspired me to learn web development and build a website, what is the best way to learn how to build onto NOSTR?

A lot depends on what you want to build?

Want to build Nostr familiarity? See about contributing some bugfixes or small features to existing projects.

Want to build a website with Nostr features? What sort of site do you want to build? What Nostr features will it have? Answer those questions and you can make yourself a roadmap.

Reply to this note

Please Login to reply.

Discussion

I've kind of written out a game plan and I know what I want to build, last night I bought a domain name and just wanted to try to do some basic HTML stuff but I couldn't get it hosted. Something with the billing wouldn't go through. What is the best way to host a website and edit it?

If you're really just getting started, open the simplest text editor available on your computer and make a file called "index.html"

Write "

Hello World

" in that file and save it. You should be able to open it up with your web browser. You should be able to start building from there.

If you want to dive right into the nostr world you can add the code linked here and start scripting stuff. Nostr is a couple levels above basic HTML though.

☝️All of this.

Mozilla Development Network has great learning and reference resources for web development.

Typically hosting a basic website involves transferring a few code files onto the web server. Your server hosting provider should have some tutorials to help with that.

https://developer.mozilla.org/en-US/docs/Learn_web_development