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

Website fundamental #2

Open
wants to merge 23 commits into
base: devlop
Choose a base branch
from
Open

Website fundamental #2

wants to merge 23 commits into from

Conversation

AugustinMauroy
Copy link
Member

@AugustinMauroy AugustinMauroy commented Jan 7, 2025

How to get a preview:

  1. clone the repo and use this branch there are a "code" button on GH UI
  2. nvm use or fvm use
    2 npm i
  3. node --run preview
  4. open http://localhost:3000 in your fav browser

Back to #1

  • packages page will not happen now. Because NPM registry doesn't want to give use our data.
  • about page just joined article as what-is-nodejs-loaders.mdx

@AugustinMauroy AugustinMauroy requested a review from Copilot January 7, 2025 22:53
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 46 out of 61 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • .editorconfig: Language not supported
  • .gitattributes: Language not supported
  • .nvmrc: Language not supported
  • .vscode/extensions.json: Language not supported
  • .vscode/settings.json: Language not supported
  • app/article/[[...categories]]/page.module.css: Language not supported
  • app/article/post/[article]/page.module.css: Language not supported
  • biome.jsonc: Language not supported
  • components/Common/AuthorsList/index.module.css: Language not supported
  • components/Common/Avatar/index.module.css: Language not supported
  • README.md: Evaluated as low risk
  • TODO.md: Evaluated as low risk
  • app/page.tsx: Evaluated as low risk
  • components/Common/AuthorsList/index.tsx: Evaluated as low risk
  • app/layout.tsx: Evaluated as low risk
Comments suppressed due to low confidence (2)

app/article/[[...categories]]/page.tsx:7

  • The type name 'categoriesParams' should be capitalized to 'CategoriesParams' to maintain consistency.
type categoriesParams = {

app/article/[[...categories]]/page.tsx:11

  • The type name 'PageProps' should be capitalized to 'PageProps' to maintain consistency.
type PageProps = {

app/article/post/[article]/page.tsx Outdated Show resolved Hide resolved
@JakobJingleheimer JakobJingleheimer self-requested a review January 15, 2025 21:28
.github/workflows/deploy.yaml Show resolved Hide resolved
.github/workflows/deploy.yaml Show resolved Hide resolved
.gitignore Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
TODO.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO I should write issue after this pr got merge

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could do. Issues seemed like more work.

components/Post/ArticleCard/index.tsx Outdated Show resolved Hide resolved
components/Post/LastestArticle/index.tsx Outdated Show resolved Hide resolved
tailwind.config.ts Show resolved Hide resolved
tsconfig.json Show resolved Hide resolved
tsconfig.json Show resolved Hide resolved
AugustinMauroy and others added 2 commits January 30, 2025 22:18
Co-Authored-By: Jacob Smith <[email protected]>
Co-Authored-By: Jacob Smith <[email protected]>
Co-Authored-By: Jacob Smith <[email protected]>
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 52 out of 67 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • .editorconfig: Language not supported
  • .gitattributes: Language not supported
  • .nvmrc: Language not supported
  • .vscode/extensions.json: Language not supported
  • .vscode/settings.json: Language not supported
  • app/article/[[...categories]]/page.module.css: Language not supported
  • app/article/post/[article]/page.module.css: Language not supported
  • biome.jsonc: Language not supported
  • components/Common/AuthorsList/index.module.css: Language not supported
  • components/Common/Avatar/index.module.css: Language not supported
  • .github/workflows/deploy.yaml: Evaluated as low risk
  • README.md: Evaluated as low risk
  • TODO.md: Evaluated as low risk
  • app/article/[[...categories]]/page.tsx: Evaluated as low risk
  • app/article/post/[article]/page.tsx: Evaluated as low risk

app/page.tsx Outdated Show resolved Hide resolved
@AugustinMauroy
Copy link
Member Author

Jacob agree with design ?

@JakobJingleheimer
Copy link
Member

Is it deployed somewhere?

@AugustinMauroy
Copy link
Member Author

Is it deployed somewhere?

Sadly not for moment just have to node --run preview

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