https://github.com/wangyucode/wycode-next
https://github.com/wangyucode/wycode-next
blog markdown nextjs react tailwindcss typescript vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wangyucode/wycode-next
- Owner: wangyucode
- Created: 2022-05-07T15:02:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:57:49.000Z (about 2 years ago)
- Last Synced: 2024-04-17T10:29:45.640Z (about 2 years ago)
- Topics: blog, markdown, nextjs, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://wycode.cn
- Size: 9.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the project of wycode.cn static site, build on [Next.js](https://nextjs.org)
## Development
First, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deploy
[Github Action](.github\workflows\main.yml)
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.