Make sure you have the following dependencies installed on your machine:
.env
file at the root of the project like .env.example
with the correct valuesRun yarn nx dev <application name>
to start the development server.
Example: yarn nx dev forms
Run yarn nx build forms
to build the application. The build artifacts are stored in the output directory (e.g. dist/
or build/
), ready to be deployed.
yarn nx g @nx/next:component my-component --project=ui --export
yarn nx g @nx/next:lib my-lib --project=ui --export
For more information visit Nx Next.js plugin
Enhance your Nx experience by installing Nx Console for your favorite editor. Nx Console provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
You can find the text files used in the project in the libs/dictionaries/src/lib/dictionaries
folder.
mail-sender-service
in forms/data-hunter
cannot be tested in staging and demo. It is only available in production.