mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 03:59:20 +00:00
4a78eb13f6
Refactor the rendering logic of the suggestion list in `ProjectSearchBarDialog` component. This change simplifies the conditional rendering by restructuring the JSX to be more readable and maintainable. Now, the 'Suggestions' label is rendered once if there are items, and the items are mapped afterward. --- |
||
---|---|---|
.github/workflows | ||
.husky | ||
.vscode | ||
packages | ||
scripts | ||
.gitignore | ||
.node-version | ||
.npmrc | ||
build-webapp.sh | ||
lerna.json | ||
package.json | ||
README.md | ||
yarn.lock |
snowballtools-base
This is a yarn workspace monorepo for the dashboard.
Getting Started
Install dependencies
In the root of the project, run:
yarn
Build backend
yarn build --ignore frontend
Environment variables, running the development server, and deployment
Follow the instructions in the README.md files of the backend and frontend packages.