Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 311 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 311 Bytes

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

For build:

npm run build
# or
yarn build

To start build on the server:

npm run start
# or
yarn start

Open http://localhost:4000 with your browser to see the result.