This is the official repository of the Blueberry UI code.
- Eslint-Typescript and Prettier integration.
- TailWindCSS
- DaisyUI
- Github Actions
cd myapp
npm install
npm run validate
npm run dev
cd myapp
yarn install
yarn validate
yarn dev
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
npm run typesafe-i18n
Edit English file
More details : Typesafe-i18n
npm install --global sanity@latest
cd apps/landing/blog
yarn run dev
MIT Licence
CryptoOda |
This project follows the all-contributors specification. Contributions of any kind welcome!