ā›… Coming soon: create Unison Cloud clusters in minutes on your own infrastructure. Learn more

🧰 Codebase and tooling setup

If you haven't downloaded the Unison codebase manager, check out our quickstart guide and head right back here! Issue the ucm command in a directory which contains a file called scratch.u to get started.

Enter the project.create command to create a wordle project in your codebase. Unison will automatically download the standard library, called "base", as a dependency for the project. Project dependencies are all installed in the lib namespace.

scratch/main> project.create wordle
wordle/main> ls lib

Set up a remote repository for your project by pushing it to Unison Share.

wordle/main> push