Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.02 KB

Frontend

Ithil official frontend

How to start the project

  1. copy .env.example to either .env.development or .env.local
  2. populate required variables
  3. do yarn
  4. can now execute any package.json scripts

Endpoints

Recommended VSCode extensions

From most important to least important

Suggested configuration for VSCode

Enable document auto-formatting on save

add "editor.formatOnSave": true on VSCode -> Open User Settings (JSON)
Then on .ts and .tsx files you can do F1 -> Format Document With... -> Configure Default Formatter -> Eslint