Skip to content

Repository files navigation

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