Your project's description...
npm inpm run lintThis template uses bootstrap. 5.x version in combination with purgecss. styles/vendor/bootstrap.min.css only
imports the css classes that being used the project. In order to update the file, use: npm run purge-css
npm run upThe above command will run node sass-compile.js in parallel with hlx up which will start your local Helix Pages development environment.
- Create a new repository based on the
helix-project-boilerplatetemplate and add a mountpoint in thefstab.yaml - Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli - Start Franklin Proxy:
hlx up(opens your browser athttp://localhost:3000) - Open the
{repo}directory in your favorite IDE and start coding :)
If you want to run Ghost Inspector tests from the local machine just create a .env file on the root of the project, add the GI_KEY value manually and finally, you can run
npm run test:snapshots