Ithil official frontend
- copy
.env.example
to either.env.development
or.env.local
- populate required variables
- do
yarn
- can now execute any package.json
scripts
- testnet.ithil.fi
- app.ithil.fi
- IPFS coming soon...
From most important to least important
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