Add more framework integrations to docs

This commit is contained in:
Tuan Dang
2022-11-28 22:34:31 -05:00
parent 3ece5a0390
commit 4f5ad07ace
10 changed files with 86 additions and 10 deletions

View File

@@ -29,9 +29,15 @@ infisical init
## Start your server with environment variables injected
```bash
yarn run dev
npm run build && npm run start
# or
# or start development server
npm run dev
```
<Note>
Note that for environment variables to be exposed to the client, you'll have
to prefix them with `NEXT_PUBLIC_`. Read more about that
[here](https://nextjs.org/docs/basic-features/environment-variables).
</Note>