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

Ithil official frontend

Notifications You must be signed in to change notification settings

Ithil-protocol/frontend-old

 
 

Repository files navigation

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

About

Ithil official frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • CSS 1.5%
  • JavaScript 1.2%
  • Other 1.0%