Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 489 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 489 Bytes

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 lang/ directory.
  2. Add the new language in i18n.config.ts.
  3. Add the new language in nuxt.config.ts.