-
Download elm
-
run
elm
simplyelm -s car
-
then
cd
into obd directory and create yourvenv
-
install requirements by running
pip install -r requirements.txt
-
Then run
python server.py
to enter this directory, cd into web
- create container by running
docker pull timescale/timescaledb:latest-pg14
- create a postgres db using docker and name it
onboardpi-dev
- run
npm install
- run
node server.js
to enter this directory, cd into web
, then cd into client
- download nvm and change your node version to version 16.0.0
- run
npm install
- run
export NODE_OPTIONS=--openssl-legacy-provider
- run
npm start