Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 878 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 878 Bytes

content

Cross Site Content for the Hubble Exchange at one place. eg. Meta Images, Icons, Brand Assets, Fonts

👨‍💻 Repository Setup

Using pnpm package manger

💡 Commands

pnpm install --shamefully-hoist - install dependencies

pnpm build - Build the project for production. The result is usually under dist/.

pnpm lint - Using ESLint for both linting and formatting. It also lints for JSON, YAML and Markdown files if exists.

Format code with pnpm lint --fix to let ESLint formats and lints the code. Learn more about the ESLint Setup.

Don't use Prettier.

Packages

@hubble-exchange/utils - Utility for bigint and other common functions read more here