Skip to content

buffet-time/DanielTurcich.com

Repository files navigation

DanielTurcich.com

My website that functions as a resume site and a host for various webapps via top bar Menu or direct routing.

Tech

Built with: Vue + Tailwind

Tooling: Vite, ESLint, Prettier, PNPM, Volar, Husky

To run locally

  • Clone repo

    $ git clone https://github.com/RazorSh4rk/random-word-api.git
    
  • install PNPM

    $ npx pnpm add -g pnpm
    
  • Install packages

    $ pnpm install
    
  • Setup Husky

    $ pnpm prepare:husky
    
  • Serve the application

    $ pnpm serve
    
  • open a browser and navigate to http://localhost:8086/

Other

Acronym Generator dictionary was taken from here

API source

Api hosted on an Ubuntu server using PM2