{"id":19378749,"url":"https://github.com/dynamods/splashscreen","last_synced_at":"2025-07-10T00:35:33.673Z","repository":{"id":59926524,"uuid":"539084918","full_name":"DynamoDS/SplashScreen","owner":"DynamoDS","description":"Dynamo Splash Screen","archived":false,"fork":false,"pushed_at":"2025-04-29T03:41:53.000Z","size":10537,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-23T20:51:29.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/DynamoDS.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,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T16:24:16.000Z","updated_at":"2025-04-29T03:41:55.000Z","dependencies_parsed_at":"2023-09-22T01:46:34.918Z","dependency_job_id":"9c25ff44-4ad4-4451-8e0c-0138731a572f","html_url":"https://github.com/DynamoDS/SplashScreen","commit_stats":{"total_commits":30,"total_committers":6,"mean_commits":5.0,"dds":0.7,"last_synced_commit":"c56e2af0ca26cae549f89b5c38d3f47316817432"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/DynamoDS/SplashScreen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamoDS%2FSplashScreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamoDS%2FSplashScreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamoDS%2FSplashScreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamoDS%2FSplashScreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynamoDS","download_url":"https://codeload.github.com/DynamoDS/SplashScreen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynamoDS%2FSplashScreen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264506245,"owners_count":23619002,"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","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":[],"created_at":"2024-11-10T09:07:03.070Z","updated_at":"2025-07-10T00:35:33.623Z","avatar_url":"https://github.com/DynamoDS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SplashScreen\n\nDynamo Splash Screen\n\n[![License](https://img.shields.io/npm/l/@dynamods/splash-screen)](https://github.com/DynamoDS/SplashScreen/blob/master/LICENSE)\n\n[![version](https://img.shields.io/npm/v/@dynamods/splash-screen?logo=npm\u0026label=version)](https://www.npmjs.com/package/@dynamods/splash-screen)\n\n[![Build](https://github.com/DynamoDS/SplashScreen/actions/workflows/build.yml/badge.svg)](https://github.com/DynamoDS/SplashScreen/actions/workflows/build.yml)\n\n[![Publish](https://github.com/DynamoDS/SplashScreen/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/DynamoDS/SplashScreen/actions/workflows/npm-publish.yml)\n\nDynamo SplashScreen WebApp which is leveraged in Dynamo. This can also be leveraged by any products that needs a splash screen.\n\n---\n\n## Requirements\n\nFor development, you will only need Node.js and a node global package, installed in your environement.\n\n### Node\n\n- #### Node installation on Windows\n\n  Just go on [official Node.js website](https://nodejs.org/) and download the LTS installer. Also, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).\n\n- #### Node installation on Ubuntu\n\n  You can install nodejs and npm easily with apt install, just run the following commands.\n\n      sudo apt install nodejs\n      sudo apt install npm\n\n- #### Other Operating Systems\n\n  You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).\n\nIf the installation was successful, you should be able to run the following command (version outputs are just examples).\n\n    $ node --version\n    v16.16.0\n\n    $ npm --version\n    8.15.0\n\nIf you need to update `npm`, you can make it using `npm`!\n\n    npm install npm -g\n\n---\n\n## Install\n\n    git https://github.com/DynamoDS/SplashScreen\n    cd SplashScreen\n    npm install --force\n\n## Running the project\n\n    npm run start\n\n## Simple build for development\n\n    npm run build\n\n## Simple build for production\n\n    npm run bundle\n\n## Lint\n\nWe use [ESlint](https://eslint.org/) to analyze and find problems. It has [integrations](https://eslint.org/docs/latest/user-guide/integrations) for various editors and other tools.\n\n- To find problems\n\n      npm run lint:check\n\n- To fix problems\n\n      npm run lint:fix\n\n## Generate Third Party License Info\n\n- to generate about box html files use `npm run generate_license`, this will output alternative about box files to `license_output/` One will contain the full transitive production dep list, the other will contain the direct production deps.\n- These files will be packed into the released npm package\n\n## Bump Version\n\n```shell\nnpm run version:patch   # To bump patch version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamods%2Fsplashscreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamods%2Fsplashscreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamods%2Fsplashscreen/lists"}