Skip to content

atweberlly/premeditated.com

Repository files navigation

Premeditated

This static demo website of Premeditated uses Vite, Vue.js and Tailwind CSS.

Run Locally

  1. Download or clone the project

    git clone https://github.com/atweberlly/premeditated.com.git
  2. Go to the project directory

    cd premeditated.com
  3. Install dependencies

    npm install
  4. Start the local server

    npm run dev