Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 161 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 161 Bytes

Getting Started

First, Install the Packages:

npm install
# or
yarn

First, run the development server:

npm run dev
# or
yarn dev