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

https://github.com/aneeshdurg/what_is_a_filesystem

An overview of what a filesystem is - with animations!
https://github.com/aneeshdurg/what_is_a_filesystem

education filesystem javascript linux systems-programming

Last synced: about 1 year ago
JSON representation

An overview of what a filesystem is - with animations!

Awesome Lists containing this project

README

          

# What is a filesystem?

##
To host locally do:
```
bundle install
bundle exec jekyll serve
```

The url at which the project is being served will be printed.
It will probably be http://127.0.0.1:4000/what_is_a_filesystem/.

To run tests, install `jasmine` and run `jasmine server`.

## Where are the docs?!?!

The docs are at http://aneeshdurg.me/what_is_a_filesystem/pages/writing-programs.html.
You can view the source for the docs in this repo at [/\_pages/writing-programs.md](/_pages/writing-programs.md).