Open Don-Assamongkol1 opened 3 months ago
I'm following the instructions but can't seem to get it right... have little to no knowledge about coding, anyone kind enough to walk me through or explain some of the steps in layman terms
I'm following the instructions but can't seem to get it right... have little to no knowledge about coding, anyone kind enough to walk me through or explain some of the steps in layman terms
I have a tutorial up! https://dudethatserin.notion.site/notehost?pvs=4
Hey there!
First, I wanted to say thanks so much for releasing this software. I love the functionality to redirect my Notion page to my custom domain.
Maybe it was just me, but I ran into trouble setting this up. I git cloned notehost because I found this project on Github, and didn't realize that notehost is packaged as a node module that you can execute. In other words, I cloned this repo, installed everything, and kept running
npx notehost init <domain>
not realizing that you're supposed to runnpx notehost init <domain>
afternpm i notehost
.Hopefully this helps someone else if they come across this wonderful repo. Whether or not you accept the change, thanks for creating this!