Open8
ホームページをAstroでリプレイスする
旧サイト記念スクショ。
CRAで作って内容書き換えただけのシンプルなサイト。
とりあえずプロジェクト構築。
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! 🚀
╰─────╯
Biomeを設定したんだけどVSCodeでもIntelliJでもコード上にLint結果が表示されないのでESLint + Prettierを設定。
(後で別のPCでも試してみる)
BiomeってLintのエラーはコード上に出るけどFormatは出ないのかもしれない
他の人にも確認してみたけどFormatのエラーはIDEには表示されないらしい。
あとIntelliJだとFormatOnSaveでファイルが消し飛ぶ挙動がある。
うおおおおお!
原因調査からのBiomeにContribution!
ちなみにESLint + Prettierを使う場合は↓に従って設定する。