Skip to content

Latest commit

 

History

History
 
 

site

Houdini Docs

The main marketing and doc page for Houdini, live at http://www.houdinigraphql.com.

Developing

Once you've installed dependencies with pnpm install, you can start a development server with:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.