No description
Find a file
Daisuke 398bfcbb11 chore: update Astro/Preact deps and add TS/ESLint tooling
- Bump @astrojs/* and preact to latest minor versions
- Add Astro TS plugin and language server packages
- Introduce ESLint plugins for React, Astro, and TypeScript
- Update TypeScript to 5.9.x
- Enable @astrojs/ts-plugin in tsconfig.json
- Regenerate package-lock.json accordingly
2025-12-31 20:58:07 +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 Add dynamic pagination for blog posts 2025-05-17 21:22:44 +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
buildspec.yml Update a buildspec.yml 2025-05-08 20:48:24 +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