/folio-2019

Primary LanguageJavaScriptMIT LicenseMIT

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