Skip to content

nikosdaridis/nikosdaridis.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo

daridis.com - v2

The second iteration of daridis.com built with React, TypeScript and Tailwind CSS

Previous iteration: v1 built with HTML, CSS and JavaScript

Screenshot

πŸ›  Installation

  1. Install dependencies

    npm install
  2. Start the development server

    npm run dev

πŸš€ Build For Production

  1. Generate a static production build

    npm run build