Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.33 KB

Your Project's Title...

Your project's description...

Environments

Installation

npm i

Linting

npm run lint

Bootstrap

This 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

Sass

npm run up

The above command will run node sass-compile.js in parallel with hlx up which will start your local Helix Pages development environment.

Local development

  1. Create a new repository based on the helix-project-boilerplate template and add a mountpoint in the fstab.yaml
  2. Add the helix-bot to the repository
  3. Install the Helix CLI: npm install -g @adobe/helix-cli
  4. Start Franklin Proxy: hlx up (opens your browser at http://localhost:3000)
  5. Open the {repo} directory in your favorite IDE and start coding :)

Ghost Inspector Testing Snapshots

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