Skip to content

Computer Science tech primer for the University of Manitoba.

License

Notifications You must be signed in to change notification settings

robguderian/cs-tech-primer

Repository files navigation

CS tech primer

Visit the actual rendered site!

Course content is all under docs. Be sure to read the readme there. That folder is the one published to UMLearn.

Adminstration, and other meta documentation can go in folders off this root folder.

Building

Requires markdownlint-cli for checking markdown style.

  • Mac: brew install markdownlint-cli
  • Linux: TODO (Rob doesn't currently have an x86 linux image)
  • Either via npm: npm install -g markdownlint-cli

Markdown linting can be invoked with make style

View site locally

github.io uses Jekyll to render the markdown pages. Run locally with bundle:

bundle update
bundle install
bundle exec jekyll serve

See Jekyll install documentation, and running with bundle here.

Making nice charts

For text ones, use asciiflow.

For Visio-style charts, use diagrams.net.

Committing

Be sure that make style is not complaining about any errors in your markdown documents.

About

Computer Science tech primer for the University of Manitoba.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •