A white paper and proof of concept will be published soon. I'm a solo-dev with very little time on my hands, but you can now try the initial Swift package skeleton.
Meanwhile, check out the very first wireframe & presentation of the application for more insight into the project!
For licensing and usage details, see DECLARATION_OF_RIGHTS.md.
- Build the executable:
swift build
- Run the package with a command:
# Display a welcome message swift run Claireity-SSIAM greet # Register a new user swift run Claireity-SSIAM register <username> <password> # Log in with an existing user swift run Claireity-SSIAM login <username> <password> # List registered usernames swift run Claireity-SSIAM list
======= 2. Run the package:
swift run Claireity-SSIAM
codex/generate-development-plan-based-on-repo-description-
Execute the tests:
swift testcodex/generate-development-plan-based-on-repo-description