Frontend
Contributing to the front-end client
Guides on adding features to the front-end client.
Language | TypeScript |
Framework | React, Next.js |
Code directory | mage_ai/frontend/ |
Style guide
Mage follows the Airbnb JavaScript style guide.
Linter
To run the linter locally, execute this script:
./scripts/test.sh
Setup
yarn global add eslint-config-next
yarn global add eslint_d