Skip to content

Web-based IDE for Python, Scheme, and SQL intended for students taking CS 61A.

License

Notifications You must be signed in to change notification settings

lewisfzhang/61a-code

 
 

Repository files navigation

61A Editor

Try the production version at https://code.cs61a.org!

Web Editor

In the releases, download the latest web.zip file, activate the pipenv, and run app.py to start a Flask server. Alternatively, run

yarn
yarn web-dist
yarn web-dev

to start the editor in development mode.

Local Editor (experimental!)

To try, ensure that python is installed on your machine, and can be run with the python3.6 command (will be made configurable in the future).

Then, run

yarn
yarn dist
yarn dev

and the editor will start.

About

Web-based IDE for Python, Scheme, and SQL intended for students taking CS 61A.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.6%
  • JavaScript 23.7%
  • C 0.9%
  • HTML 0.5%
  • CSS 0.1%
  • PLSQL 0.1%
  • Other 0.1%