# Running your app

Finally, to utilize your environment variables from keyshade in your local project, use this command:

```shell
keyshade run -- <your command>
```

Say you have a NextJS app, you would be using:

```shell
keyshade run -- npm run dev
```

![output](https://3494620841-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1uANBbw2pha5LMTqtGvX%2Fuploads%2Fgit-blob-554bbb795766076cbd0e4b7bea70e25c2c80b6ab%2Fkeyshade-nextjs-run.png?alt=media)

The app has fetched the secret and variable from Keyshade and injected them into the app.

That's it! You have successfully added Keyshade to your project.
