Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 382 Bytes

File metadata and controls

23 lines (16 loc) · 382 Bytes

Assemble Script Webpage

Live

Setup

Download Node.js.

Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server
npm run dev

# Run the local server host
npm run host

# Build for production in the dist/ directory
npm run build