npm install
- Checkout the ART_SPEC.md for info on how to structure your raw assets.
- Place your properly structured assets in the
inputs
folder. - Edit the settings.js file and make sure that file is correctly configured for your specific project.
- Run
npm run createAll
npm run createAll
# createAll runs all these commands in order
# They can be ran individually for debugging
npm run createLayers
npm run createMeta
npm run createImages
# after your output has been generated you can run this command to double check things were generated correctly
npm run verifyAssets