Back to Infisical

Gatsby

docs/integrations/frameworks/gatsby.mdx

0.159.25767 B
Original Source

Prerequisites:

Initialize Infisical for your Gatsby app

bash
# navigate to the root of your of your project 
cd /path/to/project

# then initialize Infisical
infisical init

Start your application as usual but with Infisical

bash
infisical run -- <your application start command>

# Example
infisical run -- npm run develop
<Note> Note that for environment variables to be exposed to the client, you'll have to prefix them with `GATSBY_`. Read more about that [here](https://www.gatsbyjs.com/docs/how-to/local-development/environment-variables/#accessing-environment-variables-in-the-browser). </Note>