Skip to content

Commit

Permalink
Start a placeholder with a goal for the doc
Browse files Browse the repository at this point in the history
Open for early feedback during the sprint
  • Loading branch information
parente committed Aug 26, 2017
1 parent 56190fb commit 1e05d39
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ packages/services/examples/node/config.json
examples/app/build
examples/app/themes
examples/app/schemas

lerna-debug.log
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Contents:
adding_content.md
examples.md
terminology.md
zero_to_extension.md

Indices and tables
==================
Expand Down
13 changes: 13 additions & 0 deletions docs/zero_to_extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Zero to Extension

Goal: Document in a single page how to go from absolutely no JupyterLab, conda, Node, TypeScript, etc. materials on your machine to having a local instance of JupyterLab running with a basic extension installed for dev iteration. Be opinionated and doc *one* path to setup with conda.

## Prerequisites




## Questions / Thoughts

* Don't want to maintain the dev setup steps here if they're also in the contributing doc and extesnion pages and ... but it's also hard as a newbie to trace through all of them. Solve this later I guess.
* Knowing how to package an extension for release is another useful tidbit this tutorial might cover, but perhaps that should be separate.

0 comments on commit 1e05d39

Please sign in to comment.