Skip to content

Instantly share code, notes, and snippets.

@khursani8
Created February 14, 2024 14:22
Show Gist options
  • Select an option

  • Save khursani8/2e5de8a230be00e0da591f5c33368491 to your computer and use it in GitHub Desktop.

Select an option

Save khursani8/2e5de8a230be00e0da591f5c33368491 to your computer and use it in GitHub Desktop.
# clone boxel
git clone https://github.com/cardstack/boxel.git
cd boxel
# install lib
pnpm install
# build ui - somehow need to do this
cd packages/boxel-ui
pnpm build
# start frontend
cd ../host
pnpm start
# start backend - so far issue i got when my docker need sudo, need to make sudoless docker
cd ../realm-server
pnpm start:all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment