8000 GitHub - localsend/website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

localsend/website

Repository files navigation

LocalSend Website

Setup

Make sure to install pnpm.

npm install -g pnpm

Get dependencies

pnpm install

Start the development server

pnpm run dev

Deployment

Generates the static website in the dist directory.

pnpm run generate

Contributing

Adding a new language

  1. Add new JSON file in i18n/locales/ directory.
  2. Add the new language in nuxt.config.ts.
0