{"id":15099506,"url":"https://github.com/2sky/vidyano","last_synced_at":"2025-08-02T19:07:22.079Z","repository":{"id":33602929,"uuid":"37255098","full_name":"2sky/Vidyano","owner":"2sky","description":"Legacy Vidyano Web² - also check Web3 client at https://github.com/Vidyano/vidyano","archived":false,"fork":false,"pushed_at":"2024-02-19T12:14:13.000Z","size":8937,"stargazers_count":30,"open_issues_count":25,"forks_count":13,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-15T03:02:08.196Z","etag":null,"topics":["legacy-repo","polymer","single-page-app","typescript","vidyano","web-component"],"latest_commit_sha":null,"homepage":"https://demo.vidyano.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2sky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-06-11T10:39:07.000Z","updated_at":"2024-12-18T14:21:02.000Z","dependencies_parsed_at":"2024-02-19T13:47:29.772Z","dependency_job_id":null,"html_url":"https://github.com/2sky/Vidyano","commit_stats":{"total_commits":1773,"total_committers":7,"mean_commits":"253.28571428571428","dds":0.4032712915961647,"last_synced_commit":"1fd93616b7aa493ef296c198ff47e0836a9d49e0"},"previous_names":[],"tags_count":111,"template":false,"template_full_name":null,"purl":"pkg:github/2sky/Vidyano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sky%2FVidyano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sky%2FVidyano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sky%2FVidyano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sky%2FVidyano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2sky","download_url":"https://codeload.github.com/2sky/Vidyano/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sky%2FVidyano/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268439148,"owners_count":24250667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["legacy-repo","polymer","single-page-app","typescript","vidyano","web-component"],"created_at":"2024-09-25T17:22:23.652Z","updated_at":"2025-08-02T19:07:22.056Z","avatar_url":"https://github.com/2sky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vidyano\n\n[![Build status](https://2sky.visualstudio.com/Vidyano/_apis/build/status/Vidyano-CI)](https://2sky.visualstudio.com/Vidyano/_build/latest?definitionId=4) [![Gitter](https://badges.gitter.im/Vidyano/community.svg)](https://gitter.im/Vidyano/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n*[Vidyano](http://www.vidyano.com) is .NET based application platform for building data-driven applications.*\n\nFor instructions about _using_ Vidyano to develop applications, please refer to [www.vidyano.com](http://www.vidyano.com)\n\n# Legacy Repo\nThis repository is only for informational purposes as all development has been moved to the Web3 client at https://github.com/Vidyano/vidyano\n\n# What is Vidyano Web²\nThis legacy repository contains the complete code for our next generation web client, **Vidyano Web²**. It provides an out of the box, scaffolded, modern Single Page Application (SPA) that interacts with a Vidyano backend.\n\n## Table of Contents\n*The following is a table of contents for the documentation found in the docs folder of this repository.*\n\n* [Overview](docs/overview.md)\n* [Project Structure](docs/project-structure.md)\n* [Web Component Structure](docs/web-component-structure.md)\n* [Custom Templates](docs/custom-templates.md)\n* [Session Presenter](docs/session-presenter.md)\n\n## How to run this repository\n**1. Prerequisites**\n- Install [Docker](https://www.docker.com/) installed on your system and make sure Linux containers are enabled.\n\n- Install [Visual Studio Code](https://code.visualstudio.com/)\n    - Install the [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n\n- Install [.NET Core 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)\n\n- Create/Export your self-signed developer certificate\n    ```sh\n    // On Windows (via PowerShell)\n    dotnet dev-certs https --trust; dotnet dev-certs https -ep \"$env:USERPROFILE/.aspnet/https/aspnetapp.pfx\" -p \"923639d6-6d5a-4b2b-92b8-9a0cf8557eee\"\n\n    // On MacOS/Linux (via Terminal)\n    dotnet dev-certs https --trust; dotnet dev-certs https -ep \"${HOME}/.aspnet/https/aspnetapp.pfx\" -p \"923639d6-6d5a-4b2b-92b8-9a0cf8557eee\"\n    ```\n\n**2. Opening the development container**\n    \n- Clone https://github.com/2sky/vidyano locally and make sure the drive is shared in Docker.\n\n- Start VS Code\n\n- Run the ```Remote-Containers: Open Folder in Container...``` command and select the local folder\n\n**3. Using your new Vidyano Web² development code in an existing Vidyano applicaiton**\n\nIn the ```web.config``` of your Vidyano application, add a new ```appSetting``` :\n```xml\n\u003cadd key=\"Vidyano.Web2Version\" value=\"https://localhost:8888\" /\u003e\n```\n\n## Tested using BrowserStack Automated Testing\n\nVidyano is constantly tested on real browsers using BrowserStack.\nBig thanks to BrowserStack for providing this testing environment to us.\n\n[![BrowserStack](/test/browserstack-logo-600x315.png)](http://browserstack.com/)\n\n## Copyright and license\n\nCode and documentation copyright 2011-2024 2sky NV. Code released under the MIT license available [here](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sky%2Fvidyano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2sky%2Fvidyano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sky%2Fvidyano/lists"}