1
0
Форкнуть 0
This commit is contained in:
Vandy Liu 2020-01-23 15:40:08 -08:00
Родитель 5916bf314d
Коммит 9ffc0413a8
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -52,6 +52,13 @@
listed as 'Device Simulator Express : ...'
- If you change some files you'll need to run the 'npm run compile' command again and restart debugging
## Formatting
- We use prettier to format the Typescript and CSS files, and we use black to format the Python files.
- You will need to install them, if they are not installed already. This can be done by running the command: `npm install prettier` and `pip install black` respectively.
- To check that your files are formatted correctly, run the command: `npm run check`.
- To format your files correctly, run the command: `npm run format`.
## Repository Structure (important files)
- src