/folio-2019

这是很久以来,我见过的最酷主页,整个页面都是 3D 的。页面源码是开源的。

Primary LanguageJavaScriptMIT LicenseMIT

Folio 2019

Setup

Download Node.js. Run this followed commands:

# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler

# Install dependencies (only for first time)
npm i

# Serve at localhost:1234
npm run dev

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