Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 2.77 KB

README.md

File metadata and controls

28 lines (18 loc) · 2.77 KB

HRNet by Wealth Health

Local installation

  1. Clone and/or fork this repository.
  2. Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Modal component

  1. Test out the modal component in a sandbox:

Modal Codesandbox

  1. See the docs in the Readme on NPM:

Modal NPM