No description
Find a file
2025-04-27 16:19:38 +09:00
.vscode Initial commit from Astro 2025-01-04 17:24:53 +09:00
public Initial commit from Astro 2025-01-04 17:24:53 +09:00
src Update some styles of my blog 2025-04-27 16:19:38 +09:00
.gitignore Initial commit from Astro 2025-01-04 17:24:53 +09:00
amplify-stack.yaml Change values of UpdateReplacePolicy 2025-01-04 20:54:48 +09:00
astro.config.mjs Complete a blog tutorial 2025-01-14 21:17:35 +09:00
package-lock.json Upgraded Astro 2025-04-27 13:59:58 +09:00
package.json Upgraded Astro 2025-04-27 13:59:58 +09:00
README.md Update README to show my blog project 2025-04-27 14:16:36 +09:00
tsconfig.json Complete a blog tutorial 2025-01-14 21:17:35 +09:00

Naputo - n-daisuke897's blog

Welcome to my blog repository!

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI