[Site] Fix Local Development Setup
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
- [x] Yes, I signed my commits.
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.
ESLint and Babel are not configured either, which may cause linting and build issues.
Screenshots:
npx gatsby build
npx eslint src
@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.
@M-DEV-1 still there is in lot of place error is present
disable this type of error from the lint as we don't want this.
I'll set up the ESLint config file for /site and add this as a rule. The ESLint package might be upgraded in the process.
Is this okay?
Merge conflicts...
Merge conflicts...
@M-DEV-1
