Add a stack for running uniswap frontend on urbit #670

Merged
nikugogoi merged 25 commits from ng-uniswap-frontend into main 2023-12-04 13:09:20 +00:00
nikugogoi commented 2023-11-29 13:41:49 +00:00 (Migrated from github.com)

Part of Add stack for deploying uniswap on urbit

  • Add stack for building uniswap frontend app and deploy to urbit
Part of [Add stack for deploying uniswap on urbit](https://www.notion.so/Add-stack-for-deploying-uniswap-on-urbit-6a73c39366a04094b93ecc63803998ed?pvs=23) - Add stack for building uniswap frontend app and deploy to urbit
zramsay reviewed 2023-11-30 14:21:00 +00:00
@ -0,0 +28,4 @@
First, create a spec file for the deployment, which will map the stack's ports and volumes to the host:
```bash
laconic-so --stack uniswap-urbit-app deploy init --output uniswap-urbit-app-spec.yml
Member

there's a flag: --map-ports-to-host=localhost-same

there's a flag: `--map-ports-to-host=localhost-same`
zramsay reviewed 2023-12-01 01:21:16 +00:00
@ -0,0 +11,4 @@
exit 0
fi
yarn build
Member

ideally this would happen during a build step rather than at deploy time

ideally this would happen during a build step rather than at deploy time
Member

sometimes, instead of seeing the app after clicking on the tile, i get the html

Screenshot 2023-11-30 at 20 40 22
sometimes, instead of seeing the app after clicking on the tile, i get the html <img width="863" alt="Screenshot 2023-11-30 at 20 40 22" src="https://github.com/cerc-io/stack-orchestrator/assets/8304391/c288724b-64b3-4ce1-b2aa-ba6d237bcadf">
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#670
No description provided.