Skip to content

Commit

Permalink
fix: remove .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Jul 28, 2024
1 parent 1432113 commit 2124afe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,9 @@ For debugging:
Our table widget uses advanced features in MUI Pro. If you have a MUI Pro license, you can build the frontend with MUI Pro by following the steps below:

1. Install Node.js and Yarn;
2. Create a file called `.env` in the `frontend` folder;
3. Add `MUI_PRO_LICENSE_KEY=[your_key]` to the file;
4. Run `yarn install && yarn funix:build` to build the frontend;
5. Done!
2. Run `export MUI_PRO_LICENSE_KEY=[MUI_KEY]`;
3. Run `yarn install && yarn funix:build` to build the frontend;
4. Done!

### Command line options

Expand Down
7 changes: 3 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,9 @@ def gray_it(image: funix.hint.BytesImage) -> IPython.display.Image:
我们的表格组件可以使用 MUI Pro 中的高级功能。如果你有一个 MUI Pro 的证书许可,你可以使用自己的 MUI Pro 证书并构建前端:

1. 确保安装了 Node.js 和 Yarn;
2. 在 `frontend` 文件夹中创建 `.env` 文件;
3. 添加 `MUI_PRO_LICENSE_KEY=[your_key]` 到你的文件;
4. 运行 `yarn install && yarn funix:build` 构建前端;
5. 万事大吉!
2. 运行 `export MUI_PRO_LICENSE_KEY=[MUI_KEY]`
3. 运行 `yarn install && yarn funix:build` 构建前端;
4. 万事大吉!

### 命令行选项

Expand Down

0 comments on commit 2124afe

Please sign in to comment.