Iceberry-qdd / icehub-frontend

A twitter-like social networking site.
MIT License
0 stars 0 forks source link
frontend-web javascript social-network vue
![logo](./src/assets/logo.svg) # Icehub ![banner](./doc/banner.png) [![Build with Node.js](https://github.com/Iceberry-qdd/icehub-frontend/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Iceberry-qdd/icehub-frontend/actions/workflows/build.yml) [![CodeQL](https://github.com/Iceberry-qdd/icehub-frontend/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/Iceberry-qdd/icehub-frontend/actions/workflows/github-code-scanning/codeql) ![GitHub issue custom search in repo](https://img.shields.io/github/issues-search/Iceberry-qdd/icehub-frontend?query=is%3Aissue%20is%3Aopen%20label%3Abug&style=plastic&logo=openbugbounty&logoColor=red&label=bug&labelColor=black&color=red&link=https%3A%2F%2Fgithub.com%2FIceberry-qdd%2Ficehub-frontend%2Fissues%3Fq%3Dis%253Aissue%2Bis%253Aopen) ![GitHub License](https://img.shields.io/github/license/Iceberry-qdd/icehub-frontend) A social networking site. The repository is front-end repository.

Instruction

Icehub (Iceberry's social hub) is a twitter-like social networking site I created. The front-end project uses Vue as the development framework, with minimal use of other third-party libraries, and you can host it yourself if you wish.

[!NOTE] This is the front-end, the back-end is currently not public (the code is not yet complete), you can browse the online Demo.

Feature

feature status remark
Write post DONE
Write comment DONE
IM PLANNED
Image upload DONE
Profile change DONE
Newest Emoji DONE
PWA DONE
Timed posting DONE
i18n PLANNED - [ ] #57
Dark mode PLANNED

Build

You can build from source code like this:

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

[!NOTE] For production builds, create a new file called .env.production with the same contents as the .env.development file or configure the key-value pairs yourself.

Contributors

Code of conduct

See CODE_OF_CONDUCT.md

License

Licensed under the MIT license.

Star History

Star History Chart