Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 375 Bytes

File metadata and controls

29 lines (24 loc) · 375 Bytes

P_COMPILER

Techs:

  • NextJS
  • Python FAST API

Installations:

  • Install node modules:
  yarn install
  • Install python vendor
python3 -m venv python/venv
source venv/bin/activate zzz
yarn run pip:install

Run applications:

  • In web app environment:
yarn run next:dev 
  • In electron environment:
yarn run dev