[!NOTE] The project is still in early development stage and haven't reached MVP (Minimal Viable Product)
Description
Remake in golang of online navmap for Freelancer Discovery. Newer version should be easier to maintain, and should be way more rapid due to design being a static site generator powered by htmx. Potentially also implementing different new features :]
set your own environment variable FREELANCER_FOLDER to Freelancer Folder
ensure it was set. echo $FREELANCER_FOLDER at Linux or echo %FREELANCER_FOLDER% at windows
optionally is enough to change value in enverant.json for that
Check to have set other values from enverant.json ! Some options make development way more pleasant by speeding up rerender by disabling unnecessary features!
if u wish access to task dev:watch that reloads running web server on file changes, then install pip install watchdog[watchmedo] and ensure watchmedo binary is available to task dev:watch command written in Taskfile
If u wish making changes fl-configs and having them right away reflected to fl-darkstat (same for fl-darkcore)
go work init ; go work use . ; go work use ../fl-configs
initialize Go workspaces, and provide relative path to fl-configs
go workspaces allow developing libraries code with real time update of usage to another repository
If u have problems with configuring development environment, then seek my contacts below to help you through it ^_^