An open API service indexing awesome lists of open source software.

https://github.com/ooddaa/reference_form


https://github.com/ooddaa/reference_form

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# It is a Create-React-App setup

install dependencies

````
npm i
````

* Cypress might ask to allow legacy dependencies

````
npm i -D --legacy-peer-deps
````

run tests
````
npx cypress open-ct
````

🙌