- Node Package Manager
- Node.js
- ReactJS
- Python 3.6
Pertinent high-level information about the project
- To install
Javascript
packages, to toroot
folder, and writenpm install
. this will install the ReactJS and Node.js modules that used inSmartScript
.- To install
Python
packages:
- install
Anaconda
conda create -n env_name --file req.txt
conda activate env_name
- env_name - the name of the desire enviorment (eg: py36, etc...)
To compile the front end:
- Go to
root
folder.npm run build
- will build and compileadmin frontend
anduser frontend
List of key files and directories, how they're organized and used, etc.
-
Hack/kludge name Short description of what was done and why, including any reference links
-
When: date
-
File(s):
- Line #N in
[path to file]
- Line #N in
[path to file]
- Line #N in
-
Database: Note any changes to the database. If none, delete this line.
-
If needed, pertinent design notes
Kinda obvious, no? ;)