Skip to content

loke-dev/loke.dev

Repository files navigation

loke.dev

Development

Run the dev server:

pnpm run dev

Deployment

First, build your app for production:

pnpm run build

Then run the app in production mode:

pnpm start

Hosting

This website is configured to use Cloudflare workers. You are free to adapt it to any hosting solution.

Contributors