Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 317 Bytes

tklein.it

Getting started

  1. Clone the repo

    git clone git@github.com:tklein1801/tklein.it.git
  2. Install dependencies

    npm install
  3. Set environment variables (as defined in the ./.env.example)

    # Start the development server
    npm run dev