Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 254 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 254 Bytes

Folio 2019

Setup

Download Node.js. Run this followed commands:

# Install dependencies
npm install

# Serve at localhost:1234
npm run dev

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