Editorial improvements to Chargings Station theme readme

This commit is contained in:
riQQ 2022-04-08 13:05:47 +02:00 committed by GitHub
parent 55dd4c58ee
commit 4b84c62f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@ If you want to add a missing socket type, then:
- Add all the properties in 'types.csv' - Add all the properties in 'types.csv'
- Add an icon. (Note: icons are way better as pictures as they are perceived more abstractly) - Add an icon. (Note: icons are way better as pictures as they are perceived more abstractly)
- Update license_info.json with the copyright info of the new icon. Note that we strive to have Creative-commons icons - Update 'license_info.json' with the copyright info of the new icon. Note that we strive to have Creative Commons icons
only (though there are exceptions) only (though there are exceptions)
AT this point, most of the work should be done; feel free to send a PR. If you would like to test it locally first ( At this point, most of the work should be done; feel free to send a PR. If you would like to test it locally first
which is recommended) and have a working dev environment, then run: (which is recommended) and have a working dev environment, then run:
- Run 'ts-node csvToJson.ts' which will generate a new charging_station.json based on the protojson - Run `ts-node csvToJson.ts` which will generate a new charging_station.json based on the protojson
- Run`npm run query:licenses` to get an interactive program to add the license of your artwork, followed - Run `npm run query:licenses` to get an interactive program to add the license of your artwork, followed
by `npm run generate:licenses` by `npm run generate:licenses`
- Run `npm run generate:layeroverview` to generate the layer files - Run `npm run generate:layeroverview` to generate the layer files
- Run `npm run start` to run the instance - Run `npm run start` to run the instance