From f53768612b1e2268697b5444e502032ef9f3fb3c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 23 May 2023 23:45:12 -0400 Subject: copying from old repo --- continuedev/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 continuedev/README.md (limited to 'continuedev/README.md') diff --git a/continuedev/README.md b/continuedev/README.md new file mode 100644 index 00000000..5af08e24 --- /dev/null +++ b/continuedev/README.md @@ -0,0 +1,19 @@ +## Steps to start + +- `cd continue/continue` +- Make sure packages are installed with `poetry install` +- `poetry shell` +- `cd ..` +- `python3 -m continuedev.src.continuedev` + +## Steps to generate JSON Schema + +Same up until last step and then `python3 -m continuedev.src.scripts.gen_json_schema`. + +## Start the server + +Same steps, then `uvicorn continue.src.server.main:app --reload`. + +## To build + +Run `poetry build` and it will output wheel and tarball files in `./dist`. -- cgit v1.2.3-70-g09d2