Open8

ホームページをAstroでリプレイスする

tasshitasshi

旧サイト記念スクショ。
CRAで作って内容書き換えただけのシンプルなサイト。

tasshitasshi

とりあえずプロジェクト構築。

npm create astro@latest

 astro   Launch sequence initiated.

   dir   Where should we create your new project?
         ./

  tmpl   How would you like to start your new project?
         Use blog template

    ts   Do you plan to write TypeScript?
         Yes

   use   How strict should TypeScript be?
         Strict

  deps   Install dependencies?
         Yes
      ◼  Nice! Git has already been initialized

      ✔  Project initialized!
         ■ Template copied
         ■ TypeScript customized
         ■ Dependencies installed

  next   Liftoff confirmed. Explore your project!
         Run npm run dev to start the dev server. CTRL+C to stop.
         Add frameworks like react or tailwind using astro add.

         Stuck? Join us at https://astro.build/chat

╭─────╮  Houston:
│ ◠ ◡ ◠  Good luck out there, astronaut! 🚀
╰─────╯
tasshitasshi

Biomeを設定したんだけどVSCodeでもIntelliJでもコード上にLint結果が表示されないのでESLint + Prettierを設定。
(後で別のPCでも試してみる)

tasshitasshi

BiomeってLintのエラーはコード上に出るけどFormatは出ないのかもしれない