No description
Find a file
Daisuke e2a0346400 chore: add Copilot instructions for project guidance
Add Copilot-specific instructions documenting project overview, tech stack,
  structure, development guidelines, and best practices for AI-assisted development.
2026-01-02 21:30:34 +09:00
.github chore: add Copilot instructions for project guidance 2026-01-02 21:30:34 +09:00
.vscode Initial commit from Astro 2025-01-04 17:24:53 +09:00
public Added a forgejo icon 2025-04-29 20:14:59 +09:00
src docs: add post on fixing GitHub Copilot CLI system vault error 2026-01-02 21:28:51 +09:00
.gitignore Initial commit from Astro 2025-01-04 17:24:53 +09:00
astro.config.mjs Complete a blog tutorial 2025-01-14 21:17:35 +09:00
buildspec.yml Update a buildspec.yml 2025-05-08 20:48:24 +09:00
eslint.config.js chore: add unified ESLint config for TS, Astro, and JSX 2025-12-31 21:01:21 +09:00
package-lock.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +09:00
package.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +09:00
README.md Update README to show my blog project 2025-04-27 14:16:36 +09:00
tsconfig.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +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