Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 213 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 213 Bytes

Tete Frontend

Setup

$ gh repo clone elcharitas/tete-frontend
$ cp .env.example .env.local

Installation

$ npm i -g pnpm
$ pnpm install

Start the dev server

$ pnpm dev