An open API service indexing awesome lists of open source software.

https://github.com/powerfulyang/us4ever.com

Next.js, TypeScript, Tailwind CSS, SWR, MDX and Prisma 实现的个人博客
https://github.com/powerfulyang/us4ever.com

Last synced: 8 months ago
JSON representation

Next.js, TypeScript, Tailwind CSS, SWR, MDX and Prisma 实现的个人博客

Awesome Lists containing this project

README

          

ChatGPT

## How to Run

Clone the code

```sh
git clone https://github.com/powerfulyang/us4ever.com
```

Install dependencies

```sh
pnpm install
```

Start the development service

```sh
pnpm run dev
```

Then, you can modify the website configuration in `src/contents/siteMetadata.ts`.

Start writing your own blog posts in `src/contents/blog`.

## How to Deploy

You can deploy the code to Cloudflare Pages.

## If you have some ideas or suggestions

If you have any ideas or suggestions, you can let me know through [Issues](https://github.com/powerfulyang/us4ever.com/issues/new) or directly [send me an email](mailto:i@powerfulyang.com).

Of course, if you are capable of optimizing the code, feel free to submit a PR (Pull Request).