Thanks for your interest in contributing to TRANSLATE!
# Prerequisites: Node.js 18+
npm install
npm run build- Open
chrome://extensions - Enable Developer mode
- Click "Load unpacked" and select the
dist/directory
npm run dev # Watch mode
npm run build # Production build
npm test # Run tests
npm run lint # ESLint- Fork the repo and create a feature branch
- Make your changes
- Run
npm run lintandnpm test - Submit a PR with a clear description
This project uses ESLint and Prettier. Run npm run lint before submitting.