This repository contains the Remix Forms source code. We're just getting started and the APIs are unstable, so we appreciate your patience as we figure things out.
For documentation about Remix Forms, please visit remix-forms.seasoned.cc.
Also, please join Seasoned's OSS community on Discord. We'll be there to provide you support on Remix Forms.
-
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