mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
|
||
---|---|---|
.. | ||
architecture | ||
decisions | ||
glossary.md | ||
README.md |
Installation Prerequisites
- Install the latest docker and you may want to install docker desktop - latest
- Install python 3.9.5 (latest) and configure your environment to get data-platform source environment ready.
- Install Visual Studio Code (python packages & typescript) <TODO: add .vscode>
- Installing nvm and then do:
nvm install 14.17.0
nvm use 14.17.0
and now when you do:
node -v
you should see:
v14.17.0
- Install node.js and install all dependencies by
cd
ing into the/client
directory and running:
npm install
- Note:
npm install
will check thepackage-lock.json
fill and restore all transitive dependencies that are in the lock.
Build
<TODO: .vscode/task.json file with build commands for each backend>
PR Process & Git Flow
Documentation
Here you'll find all Justice40 project documentation.
In particular:
- Decisions - Documentation of significant project decisions
- Data Roadmap - a description of our process for adding new datasets to our backlog