The Git repository for the _blank project This repository contains courses and exercises material. It is contributed to by the teachers of the _blank project.
┬
├─ archives : Contains courses from previous years.
├─ cheatsheets : Contains cheatsheets for different modules
├─ corrections : Contains corrections to the exercises.
├─ courses : Contains courses : one folder per module
│ ├─ html : HTML courses
│ │ └─ lesson1 : HTML first lesson
│ └─ ...
├─ exercises : Contains exercises : follow the courses directory structure.
├─ includes : Contains general purpose resources for courses (reveal files, style sheets, scripts...)
├─ presentations : Contains general purpose presentations not linked to a specific course.
└─ resources : Contains educational resources.
## Development
npm install
to install development dependencies.
gulp serve
starts a local server for courses on port 8080.
Or you can run python -m SimpleHTTPServer 8080
from the root directory of the project.
See guidelines for contribution.
_blank Courses by _blank Team is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Permissions beyond the scope of this license may be available at [email protected].