Skip to content

Commit

Permalink
Merge pull request #31 from ony3000/remake-with-next
Browse files Browse the repository at this point in the history
Remake with Next.js
  • Loading branch information
ony3000 authored May 7, 2023
2 parents a1df98c + 8905add commit 56e3c21
Show file tree
Hide file tree
Showing 100 changed files with 3,529 additions and 11,669 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
{
"functions": "defaultArguments"
}
],
"react-hooks/exhaustive-deps": [
2,
{
"additionalHooks": "useRecoilCallback"
}
]
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1to30

> 한 때 즐겨 했던 [1부터 50까지](./old-assets/app-icon.png)를 기리며 만드는 **1부터 30까지**.<br>
> 한 때 즐겨 했던 [1부터 50까지](./original-app.png)를 기리며 만드는 **1부터 30까지**.<br>
> 2017년 8월에 저장소 없이 날것으로 작성했던 버전을 다시 만들기.
## Requirements
Expand All @@ -14,6 +14,6 @@
# install dependencies
pnpm install

# serve with hot reload at localhost:3000
# serve with hot reload at localhost:17030
pnpm run dev
```
14 changes: 0 additions & 14 deletions legacy/.editorconfig

This file was deleted.

17 changes: 0 additions & 17 deletions legacy/.eslintrc.js

This file was deleted.

141 changes: 0 additions & 141 deletions legacy/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions legacy/assets/README.md

This file was deleted.

Binary file removed legacy/assets/images/icon-128.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-144.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-152.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-192.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-32.png
Binary file not shown.
3 changes: 0 additions & 3 deletions legacy/assets/styles/application.scss

This file was deleted.

Loading

1 comment on commit 56e3c21

@vercel
Copy link

@vercel vercel bot commented on 56e3c21 May 7, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

1to30 – ./

1to30-git-master-ony3000.vercel.app
1to30.vercel.app
1to30-ony3000.vercel.app

Please sign in to comment.