Files
go-nkode/instructions/task_120924.md
2024-12-09 17:25:27 -06:00

827 B

Task: Get nKode running on you system and document the process for setting up in the Readme.md

Prereq:

  • sign into gitea
  • clone go-nkode
  • clone flutter-nkode
  • install docker
  • install flutter
  • install golang
  • install sqlite3

Install Swaggo

Install swaggo

you'll know you're successful when you see this in the cli:

➜  go-nkode git:(main) ✗ swag --version
swag version v1.16.4

Setup Sqlite DB

Follow this video Download flaticon zip here

Add this to your environment variables in your Goland config for sqlite_init.go DB_PATH=/path/to/databases/nkode.db;SVG_DIR=/path/to/flaticon_colored_svgs;TEST_DB_PATH=/path/to/databases/test.db