/Giv-s-website

forked from my friend, lucas

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

new.eleu.me

A new website, built with pure HTML, CSS and JS.

How to use it?

  1. Clone this repo
  2. Open in vscode
code .
  1. Install http-server
npm install http-server -g
  1. Start the local server
http-server

Check https://devpractical.com/host-a-html-page-on-localhost/ if any doubts come up 😉