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

[MIGRATION] Migrate to a new tech stack #55

Merged
merged 422 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
422 commits
Select commit Hold shift + click to select a range
9069900
docs: Move the "Is it native JavaScript?" blog post
gorzelinski Apr 9, 2024
b1c34e6
docs: Move "The craft of writing" blog post
gorzelinski Apr 9, 2024
1aca392
docs: Move the "Why your stove is hard to use?" blog post
gorzelinski Apr 9, 2024
a35c5ec
docs: Move the "An-lam" portfolio project
gorzelinski Apr 9, 2024
ebca72c
docs: Move "My website" portfolio project
gorzelinski Apr 13, 2024
1999de2
docs: Move the "Sssearch for books like a programmer" blog post
gorzelinski Apr 13, 2024
f05889d
docs: Move the "Accessible animations in React" blog post
gorzelinski Apr 13, 2024
f46ad63
docs: Move the "Converting design tokens..." blog post
gorzelinski Apr 13, 2024
42db6da
fix: Inline code padding
gorzelinski Apr 13, 2024
c212576
docs: Move the "Gatsby with Netlify CMS" blog post
gorzelinski Apr 13, 2024
bd3fdae
fix: Nested list styles
gorzelinski Apr 13, 2024
97db5eb
docs: Move the "OOP in JavaScript" blog post
gorzelinski Apr 13, 2024
bc4107f
docs: Move the "Next.js overview in 1000 words" blog post
gorzelinski Apr 13, 2024
ae4d720
feat: Add highlighting for code snippets
gorzelinski Apr 15, 2024
a53bcc8
docs: Move the "Webpack, Parcel, Babel, blah, blah..." blog post
gorzelinski Apr 15, 2024
6e444b6
docs: Move the "Why use HSL..." blog post
gorzelinski Apr 15, 2024
c9d1e88
docs: Move the "SEO meta tags" blog post"
gorzelinski Apr 16, 2024
1d36deb
docs: Move the "TypeScript basic types" blog post
gorzelinski Apr 16, 2024
5552cca
fix: Table width
gorzelinski Apr 16, 2024
54b9ee2
docs: Move the "OOP in TypeScript" blog post
gorzelinski Apr 16, 2024
efd098e
docs: Move the "TypeScript generics" blog post
gorzelinski Apr 16, 2024
839b3c7
docs: Move "The attitude of writing" blog post
gorzelinski Apr 16, 2024
5ae936d
docs: Move the "Take action and learn..." blog post
gorzelinski Apr 16, 2024
930255c
docs: Move the "Intro to AI" blog post
gorzelinski Apr 16, 2024
b90fde0
feat: Add JSON code highlighting
gorzelinski Apr 16, 2024
6a61ea7
docs: Move the "TypeScript decorators" blog post
gorzelinski Apr 16, 2024
39040f1
fix: Post props type
gorzelinski Apr 17, 2024
84f01ed
chore: Adjust post card sizes
gorzelinski Apr 17, 2024
7c8ac1b
feat: Add the Project component
gorzelinski Apr 17, 2024
16957d2
feat: Add the vertical rhythm spacings
gorzelinski Apr 19, 2024
110cc2d
feat: Add card variants
gorzelinski Apr 19, 2024
cd6fde1
style: Organize hook imports
gorzelinski Apr 19, 2024
fa637bc
feat: Add the Newsletter component
gorzelinski Apr 19, 2024
48c9f0b
fix: The Navbar padding
gorzelinski Apr 20, 2024
1fd9d06
chore: Adjust spacings
gorzelinski Apr 20, 2024
3c80a11
fix: Main component padding
gorzelinski Apr 21, 2024
d34e93e
feat: Add hook for updating scroll direction
gorzelinski Apr 21, 2024
6040985
feat: Add hook for updating scroll progress
gorzelinski Apr 21, 2024
06ec2a8
feat: Add hidding functionality to the Navbar section
gorzelinski Apr 23, 2024
13ca5f6
fix: Add missing opacity token
gorzelinski Apr 23, 2024
8de5c6d
feat: Add the Progress component
gorzelinski Apr 23, 2024
330d20a
feat: Add element selection for scroll progress
gorzelinski Apr 28, 2024
be5800a
refactor: Change the HTML element of the Newsletter
gorzelinski Apr 28, 2024
25af385
refactor: Replace the mocked data
gorzelinski Apr 28, 2024
73defb0
feat: Add new icons
gorzelinski Apr 28, 2024
d3b745d
feat: Add some love to the footer
gorzelinski Apr 28, 2024
aad7289
test: Add Jest configuration
gorzelinski Apr 29, 2024
2dd0076
test: Add tests for the Callout component
gorzelinski Apr 29, 2024
2c1883b
test: Change paths for code coverage
gorzelinski Apr 30, 2024
5bb4977
test: Add tests for the Code component
gorzelinski May 1, 2024
198c25d
test: Rewrite Callout tests to use screen
gorzelinski May 1, 2024
25cf9ee
test: Rewrite tests to use screen
gorzelinski May 1, 2024
08e5547
test: Add tests for the LanguageSwitch component
gorzelinski May 1, 2024
8c1b97a
test: Add tests for the LinkOrA component
gorzelinski May 2, 2024
6a88d61
test: Add tests for the Image component
gorzelinski May 2, 2024
57a1722
test: Add tests for the Logo component
gorzelinski May 2, 2024
abe2ce4
test: Add tests for the Newsletter component
gorzelinski May 2, 2024
508916b
fix: Frontmatter type
gorzelinski May 2, 2024
c4ab053
test: Add tests for the Post component
gorzelinski May 2, 2024
d1691e8
test: Add tests for the Progress component
gorzelinski May 2, 2024
7a151bf
test: Add tests to the Project component
gorzelinski May 2, 2024
e30a474
test: Add tests for the Socials helpers
gorzelinski May 2, 2024
b39f99f
test: Add tests for the Socials component
gorzelinski May 2, 2024
34b19d7
test: Add tests for the Theme Switch component
gorzelinski May 2, 2024
ca3ac7a
fix: Unify prop names in the Typewriter component
gorzelinski May 2, 2024
b554eb5
test: Add tests for the Typewriter component
gorzelinski May 3, 2024
e0e3aee
test: Add test cases for the Code component
gorzelinski May 3, 2024
89cf115
refactor: Change conditional flow in the inRange() helper function
gorzelinski May 3, 2024
ef34bb6
test: Add tests for the Featured component
gorzelinski May 4, 2024
5932d51
test: Add tests to the Featured section
gorzelinski May 5, 2024
c46558d
test: Fix code coverage paths
gorzelinski May 6, 2024
43296be
test: Add tests for the Navbar section
gorzelinski May 6, 2024
34512d1
test: Add tests to the remaining sections
gorzelinski May 7, 2024
fe6e15c
test: Add tests to the useReducedMotion hook
gorzelinski May 7, 2024
2a59dc0
test: Remove unit tests for hooks
gorzelinski May 8, 2024
9d0a23b
test: Add tests for the date functions
gorzelinski May 8, 2024
72bfc4c
refactor: Remove special case from the dictionary lib
gorzelinski May 8, 2024
bda39f5
test: Add tests for the dictionaries lib
gorzelinski May 8, 2024
ded1eed
test: Add tests for the i18n functions
gorzelinski May 8, 2024
80fbb00
test: Nest tests in the corresponding describe blocks
gorzelinski May 8, 2024
37acf80
test: Add tests for the link functions
gorzelinski May 8, 2024
7b1e24e
test: Add tests for the local storage functions
gorzelinski May 8, 2024
4ea2829
test: Add tests for the navigation functions
gorzelinski May 8, 2024
f870985
test: Add tests for the string functions
gorzelinski May 8, 2024
7815c89
test: Add tests for the theme functions
gorzelinski May 10, 2024
14501ce
fix: Remove 'use client' directive from the hook
gorzelinski May 10, 2024
0f8910c
test: Change the theme test case
gorzelinski May 11, 2024
f9ce670
refactor: Change sizes of sections
gorzelinski May 11, 2024
08002ea
refactor: Change sizes of components' paragraphs
gorzelinski May 11, 2024
a1874a6
refactor: Move Newsletter from components to sections
gorzelinski May 11, 2024
9b1d441
test: Remove detail implementations from tests
gorzelinski May 11, 2024
08a778b
refactor: Change the Socials component to take care of both use cases
gorzelinski May 12, 2024
46f6f93
fix: The newsletter usage in the home page
gorzelinski May 12, 2024
570bbef
feat: Add a basic Blog Post page layout
gorzelinski May 12, 2024
37abab4
fix: The Newsletter type
gorzelinski May 13, 2024
b0cc69d
feat: Add the related posts section to the blog post page
gorzelinski May 13, 2024
922e189
feat: Add the Avatar component
gorzelinski May 14, 2024
c0b445e
feat: Add the S element to MDX components
gorzelinski May 15, 2024
61ee6e0
refactor: Post and Project components
gorzelinski May 17, 2024
0870852
fix: Button styles
gorzelinski May 17, 2024
f3dbb3b
refactor: Featured styles
gorzelinski May 17, 2024
09a9fdd
test: Fix tests
gorzelinski May 17, 2024
fc1ef97
feat: Add pagination functionality
gorzelinski May 18, 2024
25ccdcf
test: Add test case for the Socials component
gorzelinski May 18, 2024
df9f929
test: Remove hooks from the code coverage
gorzelinski May 18, 2024
d12124c
feat: Add a basic Blog page
gorzelinski May 18, 2024
ef4b279
feat: Add a basic Blog post page
gorzelinski May 18, 2024
d04896c
feat: Add a basic portfolio page
gorzelinski May 18, 2024
6b2aed7
refactor: Use constants in the home page
gorzelinski May 18, 2024
1f4fb29
feat: Add dictionaries for the Portfolio page
gorzelinski May 18, 2024
6fe1745
fix: Headers styles
gorzelinski May 18, 2024
5a84cff
feat: Add a basic Portfolio project page
gorzelinski May 18, 2024
641b441
fix: Headers styles
gorzelinski May 19, 2024
d994dcd
refactor: Little touches
gorzelinski May 19, 2024
08f1329
feat: Add the About page
gorzelinski May 25, 2024
3d611f6
refactor: Merge sections into one
gorzelinski May 28, 2024
932e02a
feat: Add the Uses page.
gorzelinski May 31, 2024
a542c50
feat: Add basic metadata to the About page
gorzelinski May 31, 2024
c07e7d6
feat: Add basic metadata info to all pages
gorzelinski May 31, 2024
eed2213
refactor: Reuse Section
gorzelinski May 31, 2024
24413a5
refactor: Extract constants to the separate folder
gorzelinski Jun 1, 2024
08ec8f0
refactor: Move server scripts to separate directory
gorzelinski Jun 1, 2024
22912f4
feat: Add global meta tags
gorzelinski Jun 2, 2024
379ce51
feat: Add more open graph tags to article pages
gorzelinski Jun 3, 2024
8be37d4
refactor: Reuse meta title in sections
gorzelinski Jun 3, 2024
c8da56a
feat: Add alternate locale meta tags
gorzelinski Jun 4, 2024
b0730d1
feat: Add the Subscription confirmed page
gorzelinski Jun 8, 2024
1f827e1
fix: Localize links to other pages.
gorzelinski Jun 10, 2024
7f28164
feat: Add the Video element
gorzelinski Jun 11, 2024
5f3add7
refactor: Use internal links in the Language Switch component
gorzelinski Jun 11, 2024
516b62a
refactor: Change theme management
gorzelinski Jun 13, 2024
bcdb25f
test: Fix unit tests
gorzelinski Jun 13, 2024
ed5e1b4
refactor: Extract social links to a constant
gorzelinski Jun 13, 2024
db44354
refactor: Change theme switch functionality
gorzelinski Jun 22, 2024
8370871
feat: Add the not found page
gorzelinski Jun 22, 2024
527324a
feat: Link Newsletter with backend
gorzelinski Jun 25, 2024
8ad3392
refactor: Rewrite the middleware config
gorzelinski Jul 5, 2024
9b0992e
refactor: Extract metadataBase to constants
gorzelinski Jul 5, 2024
c051add
feat: Add font for meta images
gorzelinski Jul 5, 2024
bd5efb7
fix: Lib function type
gorzelinski Jul 5, 2024
42bba22
feat: Add the Meta image component
gorzelinski Jul 7, 2024
897ec43
feat: Add the meta font function for both runtimes
gorzelinski Jul 7, 2024
b36b28d
feat: Add semibold meta font
gorzelinski Jul 8, 2024
ed60d2a
feat: Add the open graph image to the home page
gorzelinski Jul 8, 2024
c541916
feat: Add the open graph image to the about page
gorzelinski Jul 8, 2024
1e1c2f3
feat: Add the open graph image to the blog pages
gorzelinski Jul 8, 2024
f2127be
feat: Add the open graph image to the portfolio pages
gorzelinski Jul 8, 2024
e4f07e2
feat: Add the open graph image to the subscription confirmed page
gorzelinski Jul 8, 2024
22974d1
feat: Add open graph image to the uses page
gorzelinski Jul 8, 2024
fc2664f
feat: Add Twitter images to pages
gorzelinski Jul 8, 2024
89a082f
refactor: Shared metadata functions
gorzelinski Jul 8, 2024
41e445b
refactor: Add meta titles explicitly
gorzelinski Jul 8, 2024
e20ea54
feat: Add the JSON-LD data for the root layout
gorzelinski Jul 10, 2024
7bf029b
refactor: Use the author from the dictionary in the footer
gorzelinski Jul 10, 2024
8944492
feat: Add the JSON-LD data to the home page
gorzelinski Jul 10, 2024
d516189
feat: Add the JSON-LD data for the about page
gorzelinski Jul 10, 2024
8464fd5
feat: Add the JSON-LD data for the blog pages
gorzelinski Jul 10, 2024
8ff30a0
feat: Add the JSON-LD data for the portfolio pages
gorzelinski Jul 10, 2024
b1ba8d3
feat: Add the JSON-LD data to the uses page
gorzelinski Jul 10, 2024
df5111d
feat: Add the JSON-LD data to the subscription confirmed page
gorzelinski Jul 10, 2024
4ec5f8e
refactor: Change the parameters order of the localizeFileName() function
gorzelinski Jul 11, 2024
b46c027
refactor: Change the parameters order of the delocalizePath() function
gorzelinski Jul 11, 2024
230d5e7
refactor: Change the parameters order of the localizePath() function
gorzelinski Jul 11, 2024
ec709c2
fix: The uses page
gorzelinski Jul 11, 2024
f674b53
feat: Add xml sitemap
gorzelinski Jul 15, 2024
1923b4b
refactor: Reuse constants in sitemap
gorzelinski Jul 15, 2024
05d71e4
refactor: Move the generator name to constants
gorzelinski Jul 15, 2024
82b924f
refactor: Add the logo path to constants
gorzelinski Jul 16, 2024
0fb372f
feat: Add the RSS feed
gorzelinski Jul 16, 2024
113c48e
test: Fix the footer test
gorzelinski Jul 16, 2024
efd07b9
feat: Add a function for getting absolute URL
gorzelinski Jul 16, 2024
c07b2e9
fix: Function call in the LinkOrA component
gorzelinski Jul 16, 2024
9f03a7c
refactor: Use the absolute URL function in components
gorzelinski Jul 16, 2024
0b87795
refactor: Use the absolute URL function in blog routes
gorzelinski Jul 16, 2024
50f5da3
refactor: Use the absolute URL function in the xml feed
gorzelinski Jul 16, 2024
190298c
refactor: Use the absolute URL function in portfolio routes
gorzelinski Jul 16, 2024
799f12b
refactor: Use the absolute URL function in the root layout
gorzelinski Jul 16, 2024
df5f304
refactor: Use the absolute URL in the sitemap
gorzelinski Jul 16, 2024
95537dd
test: Add missing unit tests
gorzelinski Jul 20, 2024
27bdb3a
refactor: Extract the useNewsletter hook
gorzelinski Jul 22, 2024
a215603
test: Add the root directories to the Jest configuration
gorzelinski Jul 22, 2024
7e252db
fix: The not found page language variable
gorzelinski Jul 22, 2024
a793e8c
fix: Setting an initial theme in production
gorzelinski Jul 22, 2024
8059ff0
fix: Normalize path in mapped mdx components
gorzelinski Jul 22, 2024
d7c3bfa
fix: Remove non-existent import
gorzelinski Jul 23, 2024
219d998
style: Change the formatting of the portfolio content
gorzelinski Jul 23, 2024
f318e6f
style: Change the formatting of the blog content
gorzelinski Jul 23, 2024
8bcdbaf
fix: Unify internal linking in the content
gorzelinski Jul 23, 2024
b699e96
test: Add the Playwright configuration
gorzelinski Jul 25, 2024
3425717
test: Add e2e navigation tests
gorzelinski Jul 27, 2024
8982c4e
test: Add reduce motion e2e tests
gorzelinski Jul 28, 2024
c7e1bb4
test: Add accessibility tests
gorzelinski Jul 30, 2024
95e1d7f
fix: Accessibility violations
gorzelinski Jul 30, 2024
b8b28ee
test: Add theme e2e tests
gorzelinski Aug 5, 2024
4405a84
refactor: Use design tokens in the MetaImage component
gorzelinski Aug 5, 2024
ca7d4b2
feat: Add a function to convert colors
gorzelinski Aug 6, 2024
cd796b0
test: Use fixtures in theme e2e tests
gorzelinski Aug 6, 2024
b32f7cd
fix: Accessibility of scrollable elements
gorzelinski Aug 6, 2024
513070f
test: Use fixtures in navigation e2e tests
gorzelinski Aug 6, 2024
cf077a4
test: Use fixtures in accessibility e2e tests
gorzelinski Aug 7, 2024
7d563b6
test: Use fixtures in reduce motion e2e tests
gorzelinski Aug 7, 2024
a4562e7
test: Use fixtures in theme e2e tests
gorzelinski Aug 7, 2024
241532a
refactor: Extract displaying language name to a separate function
gorzelinski Aug 9, 2024
806375c
test: Add i18n e2e tests
gorzelinski Aug 10, 2024
9656a31
feat: Add more properties to meta images on the home page
gorzelinski Aug 11, 2024
60dca23
feat: Add more properties to meta images on the portfolio page
gorzelinski Aug 11, 2024
f88d8d7
feat: Add more properties to meta images on the about page
gorzelinski Aug 11, 2024
4c2d993
feat: Add more properties to meta images on the blog page
gorzelinski Aug 11, 2024
c50c51d
feat: Add more properties to meta images on the uses page
gorzelinski Aug 11, 2024
cb69deb
feat: Add more properties to meta images on the subscription confirme…
gorzelinski Aug 11, 2024
248ec1f
feat: Add more properties to meta images on the blog post page
gorzelinski Aug 12, 2024
24f4b94
feat: Add more properties to meta images on the portfolio project page
gorzelinski Aug 12, 2024
00b9ed9
style: Unify ids of generated meta images
gorzelinski Aug 12, 2024
454e5cb
test: Add SEO e2e tests
gorzelinski Aug 13, 2024
e9db4bc
test: Shorten imports in e2e tests
gorzelinski Aug 13, 2024
2e3c52e
test: Add subscirption e2e tests
gorzelinski Aug 15, 2024
64b96ae
test: Add JSON-LD e2e tests
gorzelinski Aug 16, 2024
d2ce086
test: Comment out the flaky theme e2e test
gorzelinski Aug 16, 2024
159768a
refactor: The useNewsletter hook
gorzelinski Aug 17, 2024
4418a6b
fix: Add the SameSite policy
gorzelinski Aug 17, 2024
dab90d0
test: Fix the subscription e2e tests
gorzelinski Aug 18, 2024
78edf41
test: Add e2e tests for the initial language
gorzelinski Aug 18, 2024
6465422
test: Add blog e2e tests
gorzelinski Aug 18, 2024
d3c0fc1
test: Add reading e2e tests
gorzelinski Aug 19, 2024
a129bac
docs: Update the uses page
gorzelinski Aug 19, 2024
b9302dd
docs: Update story on the about page
gorzelinski Aug 20, 2024
73bad97
test: Replace dictionaries in unit tests
gorzelinski Aug 23, 2024
8d0c9fc
test: Add tests for all Newsletter states
gorzelinski Aug 23, 2024
84b33b3
test: Add missing unit tests
gorzelinski Aug 23, 2024
a0583af
docs: Update the Jamstack blog post
gorzelinski Aug 24, 2024
3ea8259
test: Add the pre-commit hook
gorzelinski Aug 24, 2024
f92d7b8
style: Organize pages' imports
gorzelinski Aug 24, 2024
575eee8
test: Add unit tests for the Callout component
gorzelinski Aug 24, 2024
894cc13
fix: Add husky to dev dependencies
gorzelinski Aug 25, 2024
90041df
docs: Update the uses page
gorzelinski Sep 6, 2024
b2c5c14
style: Order styles in components
gorzelinski Sep 6, 2024
c7fa056
style: Order syles in sections
gorzelinski Sep 6, 2024
7af53c5
style: Order styles in the theme
gorzelinski Sep 6, 2024
f9a285a
style: Order styles in elements
gorzelinski Sep 6, 2024
9d35379
docs: Add info about the upcoming project update
gorzelinski Sep 7, 2024
7956a0b
Merge branch 'main' into next-js
gorzelinski Sep 7, 2024
180b73c
fix: Remove unoptimized gif
gorzelinski Sep 7, 2024
e019ab7
test: Fix e2e tests
gorzelinski Sep 7, 2024
90cb653
fix: Remove flexible navbar height
gorzelinski Sep 7, 2024
faef81f
test: Fix e2e navigation tests
gorzelinski Sep 7, 2024
6e98791
style: Adjust formatting of the github actions config
gorzelinski Sep 9, 2024
3c9e7b7
fix: Make navbar smaller
gorzelinski Sep 9, 2024
ad1b0df
fix: Remove unoptimized gif
gorzelinski Sep 9, 2024
04498e3
test: Fix flaky reading e2e test
gorzelinski Sep 13, 2024
a036459
fix: The Code component color contrast
gorzelinski Sep 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"next/core-web-vitals",
"prettier"
]
}
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

154 changes: 0 additions & 154 deletions .github/workflows/ci.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Playwright Tests
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
e2e-test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
94 changes: 32 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,72 +1,42 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# Optional npm cache directory
.npm
# testing
/coverage

# Optional eslint cache
.eslintcache
# next.js
/.next/
/out/

# Optional REPL history
.node_repl_history
# production
/build

# Output of 'npm pack'
*.tgz
# misc
.DS_Store
*.pem

# dotenv environment variable files
.env*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# gatsby files
.cache/
public
# local env files
.env*.local

# Mac files
.DS_Store
# vercel
.vercel

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity
# typescript
*.tsbuildinfo
next-env.d.ts

# Local Netlify folder
.netlify
# playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
5 changes: 1 addition & 4 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm test
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "none",
"semi": false,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2
}
14 changes: 0 additions & 14 deletions LICENSE

This file was deleted.

Loading