Skip to content

souzagab/www

Repository files navigation

This is my personal page .

Tech Stack

This is a static website and uses: Vite, WindiCSS and Vanila JS.

Run Locally

To run this project you will need node.js.

Clone the project

  git clone https://github.com/souzagab/www

Go to the project directory

  cd www

Install dependencies

  npm install

Start the server

  npm run dev