Skip to content

picguard/website-next

 
 

Repository files navigation

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

Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • Vue 92.4%
  • TypeScript 7.0%
  • CSS 0.6%