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 实现的个人博客
- Host: GitHub
- URL: https://github.com/powerfulyang/us4ever.com
- Owner: powerfulyang
- License: gpl-3.0
- Created: 2024-05-08T03:00:13.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2024-05-08T11:58:29.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:39:24.145Z (8 months ago)
- Language: TypeScript
- Homepage: https://us4ever.com
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).