Web Client for twigslot.com
git clone http://github.com/twigslot/twig-client
cd twig-client
yarn install
yarn devthen visit http://localhost:5173 (unless changed via --port) to see the web app
See server setup
Note This build is not meant to be production ready. See this for deployment.
cd twig-client
yarn build
serve -d dist -p 5173Port 5173 is used because twig-server sets CORS policy to only accept http://localhost:5173 and http://127.0.0.1:5173
docker build . -t tch1001/twig_client:v1.5
docker push tch1001/twig_client:v1.5See twig-server for continuation.