欢迎来到我的网站
创建一个新项目
npm create astro@latest -- --template starlight启动开发服务器
npm run dev添加内容
在 src/content/docs/ 目录中创建 Markdown 文件来为你的网站添加新页面。
更新 Starlight
npx @astrojs/upgrade关于手动安装,请参考官网
npm create astro@latest -- --template starlightnpm run dev在 src/content/docs/ 目录中创建 Markdown 文件来为你的网站添加新页面。
npx @astrojs/upgrade关于手动安装,请参考官网