I might be completely biting off more than I can chew but I'm trying to set up a new website with Astro. I have little to no coding experience β only a little bit of HTML/css experience. I've finally figured out what the terminal is (lol) and downloaded node.js
However, for the life of me, I cannot get this command to work
npm create astro@latest -- --template <example-name>
I want to load the template here: https://astro.build/themes/details/astro-neumorphismt/
So I'm typing in my terminal:
npm create astro@latest -- --template <astro-neumorphismt>
But receiving the following error message:
zsh: parse error near `\n'
Help?