README

Getting Started

Using VS Code (Recommended)

Use the Start command from Tasks: Run Task in menu in the command palette.

It is a good idea to bind CTRL-T to Tasks: Run Task for convenience.

Kretes Start

To start debugging in VSCode select one of the configurations in Run and Debug menu or select Debug: Start Debugging in Command Palette.

Using CLI

Install dependencies

pnpm install

Start the application:

kretes start

kretes-login-form