Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 404 Bytes

File metadata and controls

31 lines (20 loc) · 404 Bytes

Setup

Make sure to install the dependencies:

npm install

Also make sure to delete all the Components and dependencies you don't need.

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview