-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Walkthrough
Joshua Lara edited this page May 26, 2021
·
7 revisions
- Clone our repository from our home page https://github.com/StanfordCS194/Team11
- Install required package
- Typescript:
npm install -g typescript
- Download latest version of Visual Studio Code https://code.visualstudio.com/
- Open VSCode in the "frontend" folder of our repository (1 level down from the root)
When starting up VSCode with CodeBae enabled, you will first see the landing page. Here, you can authenticate to the backend with a provisioned API key, manually upload your workspace files to the backend, and toggle if you want your files to be automatically uploaded (whether that be on-save or on extension start).
CodeBae has a variety of success and error messages that appear as VSCode popups.
Once authenticated with the backend, you will begin receiving autocomplete suggestions on any python files that you open in your workspace.