-
In the same folder, clone the following projects:
-
Install node (if not installed already)
-
Run npm install in all the projects except storefrontdata
-
Install sgmf-scripts globally
npm install -g sgmf-scripts
- Copy file
build/sfcc-example-site.jsontobuild-suite/buildfolder and update connection params - Run command to build code:
grunt build --project=sfcc-example-site - Run command to deploy code:
grunt dist --project=sfcc-example-site - Run command to import sites:
grunt importSite --project=sfcc-example-site - Go to Business Manager and generate search indexes.
- Inside this project folder, copy
dw.json.exampletodw.jsonand update connection parameters - Run command:
npm run watchto watch, compile and upload files to the sandbox - Run command
npm run watch:compileto watch and complie files (If you are using an editor like VS or Eclipse to upload changes) - Have fun!
- (Coming soon)
- Site Template
- Tests
- Adding plugins
- DIS