diff --git a/README.md b/README.md index 08b53e3..39c851d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ Load Sample Dataset `sample_shipwrecks` https://github.com/neelabalan/mongodb-sample-dataset +# py + +Do standard venv ritual and pip install + +``` +python main.py +``` + + + +# js/shipwrecks + +standard yarn ritual + + +``` +yarn run dev +```