Skip to content
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

[tools/avatar-platform] feat: initialize project structure #1

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

OlegMakarenko
Copy link
Contributor

@OlegMakarenko OlegMakarenko commented Nov 1, 2024

Problem

There is currently no setup for the Avatar Platform web application, which will allow design team members to track and manage avatar design requests from other team members.

Solution

  • Setup the initial project structure for the project.
  • Setup Next.js 15 base for the project.
  • Added Tailwind CSS for styling.
  • Integrated the Next UI component library.
  • Configured ESLint.
  • Configured Stylelint.
  • Added Symbol SDK 3.
  • Setup test configuration.

@Wayonb
Copy link
Contributor

Wayonb commented Nov 4, 2024

Is there a reason not to use the latest? 🤔

npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm WARN deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@OlegMakarenko
Copy link
Contributor Author

@Wayonb Thanks! I’ve bumped the dependencies and updated the linter configuration to follow the new ESLint 9 requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants