A JavaScript utility library.
Install @ihccc/layouts with npm
pnpm i @ihccc/layoutsimport { Layout1 } from '@ihccc/layouts'
function foo() {
return <Layout1>Hello</Layout1>
}Clone the project
git clone https://@ihccc/layoutsGo to the project directory
cd Layout1Install dependencies
pnpm installStart the server
pnpm run devTo run tests, run the following command
pnpm run testTo deploy this project run
pnpm run deploy