Skip to content

Add development help #41

Open
Open
@MahdiBM

Description

@MahdiBM

There are no explanations on how to help developing Swiftly.

I personally had to:

  1. Use SSWG's VSCode extension and set up a dev container to develop Swiftly on macOS, because otherwise there are some macOS-related errors, and also Swiftly doesn't yet support macOS.
  2. Create a file at /root/.local/share/swiftly/config.json containing the json below, because otherwise swiftly would complain about the file and wouldn't work:
{
  "platform" : {
    "nameFull" : "ubuntu22.04",
    "name" : "ubuntu2204",
    "namePretty" : "Ubuntu 22.04.1 LTS"
  },
  "inUse" : null,
  "installedToolchains" : []
}
  1. Use swift run swiftly [subcommand].

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions