-
Notifications
You must be signed in to change notification settings - Fork 24
Dev's Guide: Setting up frontend IDE
Ashar Fuadi edited this page Jul 27, 2021
·
13 revisions
This sections explains how to set up IDE for local frontend development.
Any IDE, but we highly recommend using VS Code. This section will only cover setup on VS Code.
- Open VS Code.
- Open
judgels-frontends/raphael
directory. The project should now be ready. - Install Prettier extension,
- Open Settings, and then enable Text Editor -> Formatting -> Format On Save option.
- You're done!