git clone https://github.com/react-spring/jotai
# install project dependencies & build the library
cd jotai && yarn
# move to the examples folder & install dependencies
cd examples && yarn
# start the dev server
yarn start
After playing with the examples you can explore the src code. Each example URL maps to a folder name in the examples/src/demos
folder.