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
Thread collapsed