2026-02-28 15:06:12 +03:00

nevedomhren

Simple Vue 3 + Tailwind CSS site for the Telegram channel @nevedomhren.

Description

A small landing page reminding that sometimes just a subscription or a few words can make someone feel less alone. It uses Vite, Vue 3 and Tailwind CSS.

Development

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Run npm run dev to start the development server.

Building and Serving

Build the static files with:

npm run build

To serve the built site on the internet you can use the serve package:

npm install -g serve
serve -s dist

This will start a local web server serving the contents of the dist folder. Forward ports or deploy the folder to any static host to make it available on the internet.

License

The project is licensed under the MIT License — see the license file:

LICENSE

Description
Simple Vue 3 + Tailwind CSS site for the Telegram channel @nevedomhren
Readme MIT 463 KiB
Languages
Vue 83.7%
HTML 9.7%
CSS 3.6%
TypeScript 3%