Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjsheets/notes-compsci

Computer Science notes with an emphasis on Javascript implementations
https://github.com/cjsheets/notes-compsci

Last synced: about 1 month ago
JSON representation

Computer Science notes with an emphasis on Javascript implementations

Awesome Lists containing this project

README

        

# Computer Science Notes

This repository stores notes taken while studying computer science topics.

## MkDocs Overview

- [MkDocs](http://www.mkdocs.org/) generates a static site for easy doc browsing.

### Setup Virtualenv

```
virtualenv .env; source .env/bin/activate
```

(To reset the python environment, just type: `deactivate`)

### Install MkDocs

- `pip install mkdocs`
- `mkdocs serve`