We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As long I understand, we have two projects inside of this repository:
frontend
nizkctf
We could use some approaches, such as yarn workspaces to share the packages and run just one time the yarn command.
yarn workspaces
yarn
Also if we'll share some code between frontend and backend, the workspace will help us on this task.
The text was updated successfully, but these errors were encountered:
Thanks for the tip. Currently the js backend project is not being developed, but when we go back to development, we will fix the package sharing.
Sorry, something went wrong.
No branches or pull requests
As long I understand, we have two projects inside of this repository:
frontend
, to what the user will see and interactnizkctf
, that is the backend of the applicationWe could use some approaches, such as
yarn workspaces
to share the packages and run just one time theyarn
command.Also if we'll share some code between frontend and backend, the workspace will help us on this task.
The text was updated successfully, but these errors were encountered: