git clone https://github.com/pmndrs/jotai
# install project dependencies & build the library
cd jotai && yarn
# move to the examples folder & install dependencies
cd examples/hello && yarn
# start the dev server
yarn start
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/hello