Skip to content

chain4energy/axelar-satellite

 
 

Repository files navigation

Axelar Satellite

Standards

  • Eslint
  • 2 spaces tabs
  • use barrel exports
  • use named expors instead of default ones (tree shaking)
  • make sure prettify is configured in your vs code (cmd + p and "> format document", then select prettify)
  • use react-query for remote data fetching
  • pnpm

Project structure (inspired by atomic design)

.
├── components -> reusable/global components
├── features -> self contained complex components
├── hooks -> global hooks
├── pages -> main screens + nextjs specifics
├── store -> global store

Bundle analyzer

ANALYZE=true pnpm build

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.4%
  • TypeScript 38.3%
  • Other 0.3%