Folio 2019

May 6, 2024 ยท View on GitHub

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