Copiar los elementos package.json, vercel.json, index.html, .vercelignore para posteriormente subirlos a vercel
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
tambien puedes editar el codigo y subirlo como pagina web github o google drive
you can also host it on github or google drive
contactame en discord si necesitas ayuda editando el codigo contact me on discord if you need help debugging some new code