Installing the Resource

Guide to install our Government System

Dependencies

Building the resource

The resource needs to be built for the UI to work as it is made in Svelte and Typescript. Follow these instructions to do so.

Prerequisites: Node JS

  • Open the resource in VS Code

  • In the terminal navigate to the src folder, this can be done using these commands. cd web cd src

  • In this directory run these commands: npm i npm install vite npm run build

  • If the process executes without errors, then you are finished.

  • If you encounter any issues with this process, feel free to contact us VIA our discord

Last updated