Skip to content

amcdivitt/clio3-syllabus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clio 3: Programming for Historians

This is the syllabus and website for "Clio 3: Programming for Historians" (HIST 698) offered at George Mason University by Lincoln Mullen.

Contributing to this syllabus

Here is how to contribute to this syllabus.

  1. Sign up for a GitHub account.
  2. Fork this repository.
  3. Clone the repository to your own computer.
  4. In your terminal navigate to the directory with this repository.
  5. (optional) Run bundle install to install necessary gems.
  6. (optional) Run rake preview and open http://localhost:4000 in your web browser to preview changes.
  7. Create a new branch for your changes: git checkout -b my-new-branch-name.
  8. Make your changes and commit them. Follow the convention for commit messages.
  9. Push your changes to your forked repository: git push origin my-branch-name
  10. Open a pull request.
  11. Wait to hear from me that I've merged in your changes.

Ask for help if you need it!

License

Syllabus and other contents are copyright 2014 Lincoln Mullen; they are licensed CC-BY. You may use and adapt this syllabus for any purpose, provided that you provide attribution, preferably with a link to the original course website.

About

Syllabus and course website for Clio 3: Programming for Historians

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.1%
  • CSS 45.9%