Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 920 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (35 loc) · 920 Bytes

Contributing

Requirements

  • Node
  • NPM
  • Git
  • Bash

Repository Clone

git clone https://github.com/aminnairi/react-form
cd react-form

Node.js Package Installation

npm install

Build

npm run build

Type Definition Build

npm run types

Architecture

├── CODE_OF_CONDUCT.md --> Code of conduct ├── CONTRIBUTING.md -----> Guidelines for contributing to this project ├── LICENSE --------------> License of this project ├── package.json --------> Node.js project configuration ├── README.md -----------> Documentation of this project ├── rollup.config.ts ----> Configuration of the build tool ├── SECURITY.md ---------> Security notices ├── src -----------------> Source folder │ └── index.ts --------> Source-code for this library └── tsconfig.json -------> TypeScript configuration