Skip to content

ComSciCtr/csc-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csc notes

Notes on CSC hardware and software projects.

generating html

If you want to make a pretty version of the notes, run the following commands. You will need to have npm and grunt installed on your system.

npm install
grunt build

This will create a build/ directory with the generated html files and required assets. You can then start a local web server with the following command python -m SimpleHTTPServer. You can view the site by opening localhost:8000/notes in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published