old-portfolio-site/urara/hello-world/+page.svelte.md

724 B

title image alt created updated tags
Hello World /hello-world/urara.webp Urara 2021-11-01 2021-12-12
Hello World
Urara

Welcome to Urara! this article contains some basic operations to help you quickly get started.

Developing

Start a development server:

# http://127.0.0.1:5173
pnpm dev

or listen to different IP and port:

# http://127.0.0.1:3000
pnpm dev --port 3000

# http://0.0.0.0:3000
nr dev --host 0.0.0.0 --port 3000

Building

Create a production version of ur blog:

pnpm build

u can preview the built app with pnpm preview.

Documentation

For full documentation, visit urara-docs.netlify.app.