Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 188 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 188 Bytes

Getting Started

Steps to run the project

  • Install dependencies:
npm install
# or
yarn
  • Finally, run the development server:
npm run dev
# or
yarn dev