Skip to content

hutusi/explore

Repository files navigation

Explore | 发现

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, 更多学习资源可以参见:

部署

可以部署至 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.

Getting Started

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.

How to Contribute?

Please fork this repository and create pull request. There are several ways to contribute to this repository:

  1. Improve the features:
  • Search
  • Pagination
  • Categories
  1. Provide recommended articles, papers, videos, podcasts, etc.

Add your recommendations in https://github.com/hutusi/explore/blob/main/config/contents.ts

  1. Refine the documents, e.g., README.md.

Learn More

To learn more about Next.js, take a look at the following resources:

Deploy on Vercel

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.

Releases

No releases published

Packages

No packages published

Languages