added bun docs

This commit is contained in:
Vladyslav Matsiiako
2023-09-20 19:15:58 -07:00
parent 88fbf6f88e
commit 43c31332e4

View File

@@ -1,6 +1,6 @@
---
title: "React"
description: "How to use Infisical to inject environment variables and secrets into a React app."
title: "Bun"
description: "How to use Infisical to inject environment variables and secrets into a Bun app."
---
Prerequisites:
@@ -8,7 +8,7 @@ Prerequisites:
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
- [Install the CLI](/cli/overview)
## Initialize Infisical for your [Create React App](https://create-react-app.dev)
## Initialize Infisical for your [Bun](https://bun.sh)
```bash
# navigate to the root of your of your project