Skip to content

prashantmore277/website

 
 

Repository files navigation

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

Appveyor- The best website for ci /CI/CD service for Windows, Linux and macOS

Build status dependencies Status

Getting started

  • Install Node.js

  • Install grunt: npm install -g grunt-cli

  • Install the Node.js dependencies via npm: npm install

  • Install Ruby and Ruby DevKit; make sure you select add Ruby to PATH, and then run:

    cd C:\RubyDevKit
    ruby dk.rb init
    ruby dk.rb install
  • Run gem install bundle and then bundle install

  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:4000/)

Staging

The staging branch is published to https://appveyor-staging.azurewebsites.net.

TODO:

  • Fix HTML errors due to duplicate IDs in /updates/

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.2%
  • CSS 13.5%
  • JavaScript 6.2%
  • Other 0.1%