FediGONE for puyo.v-sli.me.
.astro | ||
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
astro.config.mjs | ||
bun.lockb | ||
package.json | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
Astroで構築されたプロジェクト
開発サーバー起動
npm run dev
ビルドおよび静的エクスポート
npm run build
生成されたdist
ディレクトリを配信することで静的サイトとして公開できます。
Learn More
To learn more about Astro, take a look at the following resources:
- Astro Documentation - learn about Astro features and API.
- Learn Astro - an interactive Astro tutorial.
You can check out the Astro GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Astro app is to use the Vercel Platform from the creators of Astro.
Check out our Astro deployment documentation for more details.