Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 202 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 202 Bytes

How to Run

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on https://localhost:3000:

# npm
npm run dev