Skip to content

The full-stack form library for Remix and React Router

License

Notifications You must be signed in to change notification settings

ReptoxX/remix-forms

 
 

Repository files navigation

Welcome to Remix Forms

This repository contains the Remix Forms source code. Please create issues as you encounter them. We appreciate the contribution!

Documentation

For documentation about Remix Forms, please visit remix-forms.seasoned.cc.

Development

  1. Clone the repo

  2. 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.

Testing

You need to have the Playwright executables in order to run the tests.

npx playwright install

Then you can run

npm run test

About

The full-stack form library for Remix and React Router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.5%
  • Other 0.6%