This website is built with Vite and Vue. npm is the primary package manager; just is optional to simplify common commands.
First, install the dependencies:
npm installThen, you can use just to run the common commands:
just dev: Run the development serverjust build: Build for productionjust preview: Preview the production build locally
Don't have `just`? Use npm
npm run dev: Run the development servernpm run build: Build for productionnpm run preview: Preview the production build locally
If you want to add another language to this website, add a json file to src/locales with your language file named following Navigator.language and it should be good to go!
Your new language will follow the schema from enUS, so make sure the fields and everything are the same. Some fields may contain markdown support or HTML support, that really depends and there is just no way I can document this here.