Merge with server code #7
Labels
No labels
big job
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maybe
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ian/planesailing#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having the server and client as separate projects works well for me but isn’t great for prospective users who just want to install something on a raspberry pi and have it work.
However GitHub Pages (currently used to host the client) won’t serve from any subdirectory apart from “docs” which means to continue working this way I’d have to host the static web content in “docs” (bit strange) or maybe work some git magic with another repository.
Started working on this, going to serve the static content from the same web server as the API.
To do: