flyxc icon indicating copy to clipboard operation
flyxc copied to clipboard

Dev: make it easier to run locally

Open vicb opened this issue 2 months ago • 4 comments

  • Start with a DEVELOPER.md listing the steps
  • It would be great to maintain a container with all the deps

vicb avatar Apr 12 '24 05:04 vicb

I tried to build it and I get the error message that ./keys is missing. I am assuming it contains all the credentials. Would it be possible to provide a template how the file would look like?

image

Murmele avatar Apr 26 '24 16:04 Murmele

There are templates of the key files. Look for .dist files

On Fri, Apr 26, 2024, 18:03 Murmele @.***> wrote:

I tried to build it and I get the error message that ./keys is missing. I am assuming it contains all the credentials. Would it be possible to provide a template how the file would look like?

— Reply to this email directly, view it on GitHub https://github.com/vicb/flyxc/issues/172#issuecomment-2079676106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB4X4RNKDLWKXPR345SL3LY7J3FXAVCNFSM6AAAAABGDPMCCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGY3TMMJQGY . You are receiving this because you authored the thread.Message ID: @.***>

vicb avatar Apr 27 '24 05:04 vicb

There are some instructions at https://github.com/vicb/flyxc/pull/144/files#diff-eca12c0a30e25b4b46522ebf89465a03ba72a03f540796c979137931d8f92055

Ideally there would be a dev container ready and devs could just use this to compile/test.

Let me know if that's something you would like to help with.

ref: https://code.visualstudio.com/docs/devcontainers/containers

vicb avatar Apr 27 '24 19:04 vicb

Thanks. I will have a look into it next days

Murmele avatar Apr 29 '24 06:04 Murmele