Skip to content

m3h3d1ha2an/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.

About

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 86.4%
  • TypeScript 13.6%