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