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