Skip to content

Malyngo/website

 
 

Repository files navigation

The source code of www.appveyor.com

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/
  • Move inline CSS to the respective files

About

AppVeyor CI public website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.7%
  • CSS 13.2%
  • JavaScript 7.0%
  • Ruby 1.1%