Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.18 KB

one page hosted for free

pagina web hosteada gratis

Como usar

Copiar los elementos package.json, vercel.json, index.html, .vercelignore para posteriormente subirlos a vercel

How to use

copy package.json, vercel.json, index.html, .vercelignore this elements and host them on some vercel quite easy since its all free .vercelignore 13 B node_modules importante

cd existing_repo
git remote add origin https://gitlab.com/cv8980246/one-page-hosted-for-free.git
git branch -M main
git push -uf origin main

////

cd /home/"distro"/Desktop
ls -l
touch index.html
cat index.html
code index.html
- escribimos el codigo y lo guardamos al terminar
- write your own code and save it
cat index.html
git init
git add index.html
git config --global user.email "[email protected]"
git config --global user.name "usuario"
git commit -m "mi paginaweb primer push"
git push

otras posibilidades

tambien puedes editar el codigo y subirlo como pagina web github o google drive

other posibilities

you can also host it on github or google drive

Opensource comparte

contactame en discord si necesitas ayuda editando el codigo contact me on discord if you need help debugging some new code