Skip to content

Getting Started developing AREPL

Almenon edited this page Mar 15, 2019 · 4 revisions

Deveveloper Setup

  1. Install VSCode, python 3 and npm (if not already installed)
  2. clone this repository
  3. npm install
  4. Add your code and start debugging

I also made a snazzy architecture page that might be useful to you

There are TONS of open issues to fix/implement - just look through the list and pick any that isn't already assigned to someone.

If you're a python dev you should look at the backend and backend issues - that's where all the python code is. The backend also uses typescript, so there's stuff for everyone :)