Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 266 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 266 Bytes

talesofyore-ai

how to setup and run api server

  1. be using python 3.10
  2. have poetry installed
python -m venv .venv
source .venv/bin/activate
cd api-server
poetry install

how to setup and run the website

yarn
yarn workspace website dev