-
-
Notifications
You must be signed in to change notification settings - Fork 33
Getting Started for contributors to AREPL
Almenon edited this page Dec 14, 2018
·
1 revision
Deveveloper Setup
- Install VSCode, python 3 and npm (if not already installed)
- clone this repository
npm install
- 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 :)