Bump postcss from 8.4.21 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 8664352b3ca179348ecf2d3b3eb699cd2de386eb
  1. .github/
  2. blog/
  3. community/
  4. docs/
  5. download/
  6. i18n/
  7. src/
  8. static/
  9. .asf.yaml
  10. .gitignore
  11. babel.config.js
  12. docusaurus.config.js
  13. LICENSE
  14. package.json
  15. README.md
  16. sidebars.js
  17. tsconfig.json
  18. yarn.lock
README.md

incubator-uniffle-website

local startup

npm start

If you want to start with i18n, e.g. switch to zh-cn, you can use the following command:

npm start -- --locale zh-CN