Ashkan1987 / axelar-satellite

Home Page:https://satellite.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://satellite.money


Languages

Language:HTML 61.7%Language:TypeScript 38.0%Language:CSS 0.2%Language:JavaScript 0.1%Language:Shell 0.0%