Installation
The easiest way to start a new project is to run the following command and answer the prompts:
npm create houdini@latestOnce that’s completed, navigate into the newly created directory, install the dependencies using your favorite package manager and then run dev:
cd <project name> && npm i && npm run dev