README 中文版本
这是一个探索互联网优质内容的项目,使用 Next.js 技术构建而成。欢迎提供优质资源线索:Fork此仓库并参考原文修改 /config/contents.ts,然后提交PR,我将检查并处理PR合并。
安装 Next.js 所需以来,然后可以在本地环境执行如下命令启动开发模式:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
在浏览器输入 http://localhost:3000 查看效果。
Fork本仓库然后修改,提交Pull Request, 有如下几个方面可以贡献:
1、补充完善功能,如
- 搜索
- 分页
- 分类
2、 补充完善资源内容,比如推荐的博客文章、论文、视频、播客等,可以在如下文件中添加(参考原有格式):
https://github.com/hutusi/explore/blob/main/config/contents.ts
3、完善项目文档,比如这个 README.md 文件。
本项目使用到了 Next.js 和 NextUI, 更多学习资源可以参见:
- Next.js Documentation - Next.js 特性及API介绍。
- Learn Next.js - Next.js 入门指引。
- NextUI Documentation - NextUI 官方文档。
可以部署至 Vercel 或其他云服务平台。
This is a Next.js project, to explore the good things on the Internet. Welcome to submit quality resources via PR: Fork this repository and edit /config/contents.ts, then send me a pull request, I will finish the rest things.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Please fork this repository and create pull request. There are several ways to contribute to this repository:
- Improve the features:
- Search
- Pagination
- Categories
- Provide recommended articles, papers, videos, podcasts, etc.
Add your recommendations in https://github.com/hutusi/explore/blob/main/config/contents.ts
- Refine the documents, e.g., README.md.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.