Before starting make sure node and pnpm is installed.
After cloning the source code, run pnpm
to install dependencies.
git clone https://github.com/gsoft-inc/wl-hopper.git
cd wl-hopper
pnpm i
pnpm build
pnpm doc:start
: run documentation applicationpnpm doc:storybook
: run Storybookpnpm test
: run testspnpm lint
: check if the JS, TS and style correspond on standardpnpm find-types
: Find used exported types from react-aria and list them. This will give us an idea of which types we need to make available to users.
Pull requests are welcome. For major changes, please open a discussions first to discuss what you would like to change. If you're interested, definitely check out our Contributing Guide!
Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.