Skip to main content

Installation

Installation & Setup

  1. Clone the repo into the folder of your choice
git clone https://github.com/Nostromos/TifCo.git
  1. Install dependencies
pnpm install
pnpm install
  1. Run the dev build OR
pnpm dev
  1. Get a production build and run it locally.
pnpm build && pnpm start