Dynamo Splash Screen
Dynamo SplashScreen WebApp which is leveraged in Dynamo. This can also be leveraged by any products that needs a splash screen.
For development, you will only need Node.js and a node global package, installed in your environement.
-
Just go on official Node.js website and download the LTS installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
sudo apt install nodejs sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command (version outputs are just examples).
$ node --version
v16.16.0
$ npm --version
8.15.0
If you need to update npm
, you can make it using npm
!
npm install npm -g
git https://github.com/DynamoDS/SplashScreen
cd SplashScreen
npm install --force
npm run start
npm run build
npm run bundle
We use ESlint to analyze and find problems. It has integrations for various editors and other tools.
-
To find problems
npm run lint:check
-
To fix problems
npm run lint:fix
- to generate about box html files use
npm run generate_license
, this will output alternative about box files tolicense_output/
One will contain the full transitive production dep list, the other will contain the direct production deps. - These files will be packed into the released npm package
npm run version:patch # To bump patch version