https://github.com/liyipeng3/gone-web
Blog has gone
https://github.com/liyipeng3/gone-web
nextjs react tailwindcss typescript
Last synced: about 1 year ago
JSON representation
Blog has gone
- Host: GitHub
- URL: https://github.com/liyipeng3/gone-web
- Owner: liyipeng3
- License: apache-2.0
- Created: 2022-10-28T17:22:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T05:44:06.000Z (about 2 years ago)
- Last Synced: 2024-04-26T06:29:47.523Z (about 2 years ago)
- Topics: nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dev.lyp123.com
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gone-web
[English](README.md) **|** [简体中文](README_CN.md)
This is a blog built with TypeScript, Next.js and Tailwind CSS.
I write it for me, but if you find it useful, that's great, if you can help me improve it, that's even better.
## Features
- Modern user interface design
- Responsive layout for various devices
- Blog post creation, editing, and management
- User comment system
- Personal dashboard
- Search functionality
- Accessibility support
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying files in the `app` directory. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [TypeScript](https://www.typescriptlang.org/) - a typed superset of JavaScript that compiles to plain JavaScript.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/) - learn about TypeScript features and API.
- [React](https://reactjs.org/) - a JavaScript library for building user interfaces.
- [React Documentation](https://reactjs.org/docs/getting-started.html) - learn about React features and API.
- [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.
- [Tailwind CSS](https://tailwindcss.com/) - a utility-first CSS framework for rapidly building custom designs.
- [Tailwind CSS Documentation](https://tailwindcss.com/docs) - learn about Tailwind CSS features and API.
## Contributing
Contributions are welcome! Feel free to submit a Pull Request or open an Issue to help improve this project.
## License
[Apache License 2.0](LICENSE)