https://github.com/helloyeew/blog
My blog using Next.js and TailwindCSS
https://github.com/helloyeew/blog
blog nextjs tailwindcss
Last synced: 2 months ago
JSON representation
My blog using Next.js and TailwindCSS
- Host: GitHub
- URL: https://github.com/helloyeew/blog
- Owner: HelloYeew
- License: mit
- Created: 2021-12-13T11:01:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T21:22:42.000Z (over 4 years ago)
- Last Synced: 2025-08-30T09:25:31.173Z (10 months ago)
- Topics: blog, nextjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
The blog made using Next.js and TailwindCSS. Currently in heavy development process but can post now but some styling are not finish.
## Start development
Install dependencies:
```shell
npm install
```
Then run the following command to start the development server:
```shell
npm run dev
```
## 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.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!