Skip to content

PhilipMantrov/haqq-network-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

HAQQ Frontend Monorepo

Home of all HAQQ frontend apps
⭐ Star us on GitHub — it motivates us a lot!

Report Bug · Request Feature

Applications and websites

Description Domain Source code
Homepage https://haqq.hetwork Open
Web3 Dashboard https://app.haqq.network Open
Web3 Staking app https://staking.haqq.network Open
Web3 Governance app https://governance.haqq.network Open
TestEdge2 Faucet app https://testedge2.haqq.network Open
Web3 Vesting app https://vesting.haqq.network Open

Development guide

Must read docs
  1. Conventional commits
  2. React
  3. Jest
  4. Testing library
  5. Cypress
  6. Storybook
  7. PostCSS
  8. Tailwind
  9. NX

Usable commands

@haqq/staking-app

# start app
yarn nx serve staking
# build app
yarn nx build staking
# run tests
yarn nx test staking
# run e2e tests
yarn nx e2e staking-e2e
# start storybook
yarn nx storybook staking

@haqq/ui-kit

# run tests
yarn nx test ui-kit
# start storybook
yarn nx storybook ui-kit

To create new Button component ui-kit package

yarn nx generate @nx/react:component Button --project=ui-kit --directory=components --export --no-interactive

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • JavaScript 3.1%
  • CSS 1.9%
  • Other 0.6%