fukai-t / profile-page

Written by Emacs org-mode
0 stars 0 forks source link

Renewal the profile page with SSG #11

Open fukai-t opened 1 year ago

fukai-t commented 1 year ago

Requirements

fukai-t commented 1 year ago

2023-02-12 astro

fukai-t commented 1 year ago
fukai-t commented 1 year ago

Astro を試す前に nodejs のアップデートが必要

https://astro.build/

npm create astro@latest # Do as the following
cd ./try-astro/test-project
npm run dev
deep@dace:~/try-astro$ npm create astro@latest

╭─────╮  Houston:
│ ◠ ◡ ◠  Time to build a faster website.
╰─────╯

 astro   v2.1.5 Launch sequence initiated.

   dir   Where should we create your new project?
         ./try-astro/test-project

  tmpl   How would you like to start your new project?
         Include sample files
      ✔  Template copied

  deps   Install dependencies?
         Yes
      ✔  Dependencies installed

    ts   Do you plan to write TypeScript?
         Yes

   use   How strict should TypeScript be?
         Strict
      ✔  TypeScript customized

   git   Initialize a new git repository?
         Yes
      ✔  Git initialized

  next   Liftoff confirmed. Explore your project!

         Enter your project directory using cd ./try-astro/test-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! 🚀
╰─────╯