Skip to content

appveyor/website

Repository files navigation

The source code of https://www.appveyor.com/

Build status dependencies Status

Getting started

Install:

  • Node.js >= 18
  • Ruby matching version found in .ruby-version
  • Bundler: run gem install bundler

Install project dependencies:

npm install
bundle install

Build the production static site:

npm run build

The generated site is written to the _site/ directory.

The build script runs Jekyll and then performs the asset pipeline directly from scripts/build.js: CSS and JavaScript bundling/minification, rewriting refrences, HTML minification, etc.

To preview the generated site locally, serve _site/ with any static file server. For example:

npx http-server _site -p 4000

Then open http://localhost:4000/.

About

AppVeyor CI public website.

Resources

License

Stars

112 stars

Watchers

32 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors