> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bless.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Local Development

> Develop your bless app locally

### Building and Previewing Locally

To build and preview your app before deployment, use:

```bash theme={null}
npx blessnet preview
```

This command **compiles your application** and **launches a local development server**, allowing you to test it before going live.

If you just want to build your application, use the `npx blessnet options build` command.
