mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 04:48:02 -05:00
* Updated CONTRIBUTING.md as such that it runs the full package and not main.go * Check if a correspondent is already created * Added a script to ease running the backend quickly * Changed run script to comply with suggestions by code rabbit
7 lines
92 B
Bash
Executable file
7 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -o allexport
|
|
source .env
|
|
set +o allexport
|
|
|
|
go build
|
|
./paperless-gpt
|