No description
Find a file
Daisuke 1cf9933d08 docs: add post on fixing GitHub Copilot CLI system vault error
Add new blog post explaining how to resolve the "system vault not available"
error when installing GitHub Copilot CLI using systemd and gnome-keyring.
Includes step-by-step instructions with command examples.
2026-01-02 21:28:51 +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