Skip to content

mircea007/mircea.rebengiuc.com

Repository files navigation

mircea.rebengiuc.com

This repo is for my website: mircea.rebengiuc.com. I built it with the help of tailwind css.

Commands

To install dependencies run:

npm install

To compile the tailwindcss final stylesheet run:

npm run build

To start the node express server run:

npm run dev