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
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm run devto 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:
Languages
Vue
83.7%
HTML
9.7%
CSS
3.6%
TypeScript
3%