To install all dependencies and link local packages, run:
npm run setup
To build all projects for production, run:
npm run build
To start all projects in development, run:
npm start
Note: You should build all separate projects at least once before running the npm start
command the first time.
To run all FTs for Atomic using Cypress, run: (need to start all projects in development before
Note: You should build all separate projects at least once before running tests.
npm run cypresstest
The project uses git hooks with Husky. You can make sure hooks are correctly installed using the npm rebuild
command.
The following Visual Studio Code extensions are recommended: