## Setup pacman -S crow asio gdb gcc cmake make sqlite3 libsodium ## Build ### vscode build : Ctrl+Shift+P → "CMake: Configure" run : F5 or Run → Start Debugging ### CompileDB ``` cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ``` ## Svelte Inside the fronend directory ### Install ``` npm install -D @sveltejs/adapter-static ``` ### Build ``` npm run build ``` ## Make Package 1. tar the source files to make it cleaner ``` tar czf pkg/shadowrun-server-0.1.1.tar.gz src/ modules/ assets/ frontend/build/ shadowrun-server.service CMakeLists.txt ``` 2. create the package ``` makepkg -f ``` ## Database ### Attributes | Character Id | Attribute | Value | ###