Created
February 14, 2024 14:22
-
-
Save khursani8/2e5de8a230be00e0da591f5c33368491 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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