changed the command: npx create astro@latest --template eliancodes/brutal To
npm create astro@latest --template eliancodes/brutal Because the npx one is sending back an error but the one with npm working perfectly fine.
Changes
Updated the npx command to npm, because when you use npx during cloning its returning an error.
changed the command: npx create astro@latest --template eliancodes/brutal To npm create astro@latest --template eliancodes/brutal Because the npx one is sending back an error but the one with npm working perfectly fine.
Changes
Docs