/GBC

Primary LanguageTypeScript

Blueberry UI

Master Typecheck Build Lint

Develop Typecheck Build Lint

This is the official repository of the Blueberry UI code.

Installation

npm

cd myapp
npm install
npm run validate
npm run dev

yarn

cd myapp
yarn install
yarn validate
yarn dev

Commands

yarn dev       # start development server
yarn validate  # run test,lint,build,typecheck concurrently
yarn test      # run jest
yarn lint      # run eslint
yarn lint:fix  # run eslint with --fix option
yarn typecheck # run TypeScript compiler check
yarn build     # build production bundle to 'dist' directly
yarn prettier  # run prettier for json|yml|css|md|mdx files
yarn clean     # remove 'node_modules' 'yarn.lock' 'dist' completely
yarn serve     # launch server for production bundle in local

Use Typesafe-i18n

npm run typesafe-i18n

Edit English file

More details : Typesafe-i18n

Use sanity

npm install --global sanity@latest
cd apps/landing/blog
yarn run dev

License

MIT Licence

Contributors ✨


CryptoOda

This project follows the all-contributors specification. Contributions of any kind welcome!