-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
[Site] Fix Local Development Setup #977
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
Signed-off-by: M-DEV-1 <mahadevankizhakkedathu@gmail.com>
I'm not sure if the React imports in these files are the correct approach. I followed the error messages to get the site running, I appreciate any guidance on whether this is the right approach. |
@M-DEV-1 still there is in lot of place error is present disable this type of error else from the lint else fix the errors as we don't want this. |
I'll set up the ESLint config file for Is this okay? |
Notes for Reviewers
This PR fixes #976
Previously, users were unable to set up the local development environment to work with the existing Sistent site.
This PR updates the
Makefile
to include the correct command for setup and removes redundant imports for better maintainability.Screenshots
After running
make site
, users will now see the expected output.Signed commits