Skip to content

Commit

Permalink
Migrate to Next.js, latest @mui packages and update design system
Browse files Browse the repository at this point in the history
  • Loading branch information
ionut-becheru authored and arobert93 committed Nov 8, 2021
1 parent 306539c commit f8ff62c
Show file tree
Hide file tree
Showing 87 changed files with 11,231 additions and 43,173 deletions.
678 changes: 670 additions & 8 deletions .editorconfig

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .env.example

This file was deleted.

35 changes: 0 additions & 35 deletions .eslintrc

This file was deleted.

14 changes: 14 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,14 @@
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"jsx-a11y/alt-text": "off",
"react/display-name": "off",
"react/jsx-max-props-per-line": [
1,
{
"maximum": 1
}
]
}
}
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -10,15 +10,18 @@

# production
/build
out
.next

# misc
.DS_Store
.eslintcache
.idea
/.env
/.env.local
/.env.development.local
/.env.test.local
/.env.production.local
.idea

npm-debug.log*
yarn-debug.log*
Expand Down
Empty file removed .prettierignore
Empty file.
9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Devias
Copyright (c) 2021 Devias

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

1 comment on commit f8ff62c

@vercel
Copy link

@vercel vercel bot commented on f8ff62c Nov 8, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.