This repository contains the Remix Forms source code. Please create issues as you encounter them. We appreciate the contribution!
For documentation about Remix Forms, please visit remix-forms.seasoned.cc.
Clone the repo
Install and run
$ cd remix-forms
$ npm i
$ npm run dev
Note: we had issues running the turborepo dev
command on Node 18. We recommend using Node 16 for development.
This will run the website at http://localhost:3000.
You need to have the Playwright executables in order to run the tests.
npx playwright install
Then you can run
npm run test