Cross Site Content for the Hubble Exchange at one place. eg. Meta Images, Icons, Brand Assets, Fonts
Using pnpm
package manger
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.
@hubble-exchange/utils
- Utility for bigint and other common functions read more here