Konstantin Tarkus
Konstantin Tarkus
Create `appveyor.yml` file with instructions to AppVeyor how to lint, build and test the project. Reference: https://www.appveyor.com/docs/appveyor-yml
1. Create an orphan [gh-pages branch](https://help.github.com/articles/creating-project-pages-manually/) 2. `npm install -g easystatic` - installs [Easystatic](https://easystatic.com) site generator, optimized for GH Pages sites 3. `npm run docs` - generates a static site...
Otherwise, it's not clear if it's actually cloning the repo or hangs. ```bash $ npx degit kriasoft/nodejs-api-starter ```
Do you need a functionality which would allow you to run `csscomb` in reporting mode? So it would report found issues in style sheets, but don't make any modifications to...