VVire is a TypeScript-based project designed to let users publish small-sized blog posts with reach editing options. Posts are available publicly for the audience. Users gets authenticated using Telegram authentication method
- Authentication using Telegram.
- Reach visual editing experience.
- Editing format extendability.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/Ilawy/vvire.git cd vvire
-
Install dependencies:
npm install