Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 287 Bytes

File metadata and controls

29 lines (18 loc) · 287 Bytes

Setup

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build