欢迎使用 Remix Forms

此仓库包含 Remix Forms 的源代码。如果您遇到问题,请创建 issue。我们感谢您的贡献!

文档

有关 Remix Forms 的文档,请访问 remix-forms.seasoned.cc

开发

  1. 克隆仓库

  2. 安装并运行

$ cd remix-forms
$ npm i
$ npm run dev

注意:我们在 Node 18 上运行 turborepo `dev` 命令时遇到了问题。我们建议使用 Node 16 进行开发。

这将在 https://127.0.0.1:3000 上运行网站。

测试

您需要安装 Playwright 可执行文件才能运行测试。

npx playwright install

然后您可以运行

npm run test