Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 153 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 153 Bytes

Getting started

Run the development server:

npm run dev
# or
yarn dev

Run the production server:

npm start
# or
yarn start