Skip to content

rongoro/college-choice

 
 

Repository files navigation

Project Inform College Choice

We should say something about this project here.

Installation

This site is made with Jekyll. Once you've got Ruby on your computer, you can run:

gem install github-pages

(Note: depending on how Ruby was installed, you may need to prefix the above command with sudo.)

This Jekyll site features dynamic Javascript that queries api.data.gov. For the Javascript to work, it needs an API key and a base URL. Jekyll will pull them from the local machine's environment variables at build time, so ensure that both the API_KEY and API_BASE_URL variables are set before running build scripts.

To start up the local server, run:

jekyll serve --baseurl='' -w

Then visit http://localhost:4000 to view it. The -w (or --watch) flag tells Jekyll to rebuild the relevant pages when you edit the source files.

Frontend Tools

About

Project Inform College Choice

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 43.3%
  • JavaScript 32.6%
  • HTML 22.7%
  • Ruby 1.1%
  • Other 0.3%