···11-## Usage
22-33-```bash
44-$ npm install # or pnpm install or yarn install
55-```
11+csr tangled client in solid-js with the ui of tangled appview
6277-### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
88-99-## Available Scripts
1010-1111-In the project directory, you can run:
1212-1313-### `npm run dev`
1414-1515-Runs the app in the development mode.<br>
1616-Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
1717-1818-### `npm run build`
1919-2020-Builds the app for production to the `dist` folder.<br>
2121-It correctly bundles Solid in production mode and optimizes the build for the best performance.
2222-2323-The build is minified and the filenames include the hashes.<br>
2424-Your app is ready to be deployed!
2525-2626-## Deployment
2727-2828-Learn more about deploying your application with the [documentations](https://vite.dev/guide/static-deploy.html)
33+thanks to tangled, gpt 5.5 and gpt 5.4 =3
+24
UNLICENSE
···11+This is free and unencumbered software released into the public domain.
22+33+Anyone is free to copy, modify, publish, use, compile, sell, or
44+distribute this software, either in source code form or as a compiled
55+binary, for any purpose, commercial or non-commercial, and by any
66+means.
77+88+In jurisdictions that recognize copyright laws, the author or authors
99+of this software dedicate any and all copyright interest in the
1010+software to the public domain. We make this dedication for the benefit
1111+of the public at large and to the detriment of our heirs and
1212+successors. We intend this dedication to be an overt act of
1313+relinquishment in perpetuity of all present and future rights to this
1414+software under copyright law.
1515+1616+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1717+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1818+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1919+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
2020+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2121+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2222+OTHER DEALINGS IN THE SOFTWARE.
2323+2424+For more information, please refer to <https://unlicense.org/>