|
|
|
|
|
by orf
623 days ago
|
|
The getting started docs[1] are really good, I’d recommend starting there for sure. Basically you just run a few commands and you’ve got a website. Edit the Astro files to put HTML in, don’t worry about any JavaScript. Then try adding a simple “site header” component and using that. 1. https://docs.astro.build/en/tutorial/1-setup/2/ |
|