Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 401 Bytes

Powaza

React + TypeScript + Vite

Installation

You must install Node.JS & yarn to run this project.

Install dependencies by just doing yarn.

Usage

Development

Launch the app

yarn dev

Make sure that tailwind compute its CSS, in another console

yarn tailwindcss -i ./src/index.css -o ./src/tailwind.css --watch