Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 624 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 624 Bytes

ai-by-ai

Structure of the ai-by-ai repository

ai-by-ai.com

Based, in part, on emacs doctor (the part where I replace the I with you etc, as well is the intro, "The _ is in Please describe your problems")

  • client is the source for the website
  • dev_server is the source for the development server of the website
  • create_model. Source for the python model creation script

Website

Build the website

cd client
npm install .
cd ../dev_server
npm install .
npm run build

Dev the website

cd client
npm install .
cd ../dev_server
npm install .
npm run build