···1-Copyright (c) 2024 Aquareum.
23Permission is hereby granted, free of charge, to any person obtaining a copy
4of this software and associated documentation files (the "Software"), to deal
···1+Copyright (c) 2024 Streamplace.
23Permission is hereby granted, free of charge, to any person obtaining a copy
4of this software and associated documentation files (the "Software"), to deal
···1-# Aquareum
23## The Video Layer for Everything
4···2122```
23make node
24-./build-darwin-arm64/aquareum
2526// or
2728-./build-linux-amd64/aquareum
29```
3031**Web Development**
···56that happen, you can set the `AQ_APP_SCHEME` environment variable to the scheme
57you want to use; it must match reverse of the URL of a publicly accessible
58server with an HTTPS cert. So, if you're exposing your app on
59-aquareum.example.com, you could run the app with
6061```
62-export AQ_APP_SCHEME=com.example.aquareum
63yarn run app ios
64```
65···77```
7879Adding those two environment variables to your shell will give your desktop app
80-administrative access over your local Aquareum node.
···1+# Streamplace
23## The Video Layer for Everything
4···2122```
23make node
24+./build-darwin-arm64/streamplace
2526// or
2728+./build-linux-amd64/streamplace
29```
3031**Web Development**
···56that happen, you can set the `AQ_APP_SCHEME` environment variable to the scheme
57you want to use; it must match reverse of the URL of a publicly accessible
58server with an HTTPS cert. So, if you're exposing your app on
59+streamplace.example.com, you could run the app with
6061```
62+export AQ_APP_SCHEME=com.example.streamplace
63yarn run app ios
64```
65···77```
7879Adding those two environment variables to your shell will give your desktop app
80+administrative access over your local Streamplace node.
···1-# Aquareum Desktop
23## `yarn run start`
45-Boot up Aquareum Desktop for development. Two environment variable options:
67-- `AQD_SKIP_NODE`: (default `false`): Skip booting up an Aquareum node from
8 within the app so you can just test the app against the node you're already
9 running locally.
1011-- `AQD_NODE_FRONTEND`: (default `false`): Use frontend bundled with the Aquareum
12- node instead of the dev server on `http://localhost:8081`.
···1+# Streamplace Desktop
23## `yarn run start`
45+Boot up Streamplace Desktop for development. Two environment variable options:
67+- `AQD_SKIP_NODE`: (default `false`): Skip booting up an Streamplace node from
8 within the app so you can just test the app against the node you're already
9 running locally.
1011+- `AQD_NODE_FRONTEND`: (default `false`): Use frontend bundled with the
12+ Streamplace node instead of the dev server on `http://localhost:8081`.