Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 741 Bytes

This is the website repository of Mozilla China Community.

Status

Still in development. Contributions are welcome!

Technology Stack

  • Package management: pnpm
  • Autoflow before commit: husky
  • Framework in static mode: Next.js
  • Code lint and format: ESLint and Prettier
  • Language: TypeScript
  • Styles: tailwindcss, postcss
  • Icons: tabler-icons

Development

After cloning this repository, you should run pnpm install && pnpm prepare (assuming you have already installed Node.js and pnpm). Then run pnpm dev, and you will see the site at http://localhost:3000.

FYI

We use commitlint with husky; please use the conventional commits format.

License

TBD.