Hoppa till innehåll

Host Website Locally

Det här innehållet är inte tillgängligt på ditt språk än.

Install Node.js.

Install Bun.

Comment out:

site: 'https://unknownfreeoccupied.github.io',
base: '/ufo',

from ufo/docs/astro.config.mjs, then run:

Terminal window
cd ufo/docs
bun run dev

Go to http://localhost:4321/ or whatever it says in the terminal.