Installation & Setup
Install the konik CLI and authenticate with your account to get started.
# Install the konik CLI globally
npm install -g @konik/cli
# Authenticate with your account
konik auth login
# Initialize a new project
konik init my-databaseYou can also use konik directly in the browser at studio without installing the CLI.