export NODE_ENV=development
yarn install
cd api && yarn build &
cd server && yarn start &
cd client && yarn start &
wait