Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 269 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 269 Bytes

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
yarn install

# Run the local server at localhost:8080
yarn run dev

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