webgl版本的博客首页,
Go to file
2024-01-21 11:21:47 +08:00
bundler first-comit 2024-01-21 11:21:47 +08:00
resources/3d first-comit 2024-01-21 11:21:47 +08:00
src first-comit 2024-01-21 11:21:47 +08:00
static first-comit 2024-01-21 11:21:47 +08:00
.babelrc first-comit 2024-01-21 11:21:47 +08:00
.editorconfig first-comit 2024-01-21 11:21:47 +08:00
.eslintrc.json first-comit 2024-01-21 11:21:47 +08:00
.gitignore first-comit 2024-01-21 11:21:47 +08:00
license.md first-comit 2024-01-21 11:21:47 +08:00
model.blend first-comit 2024-01-21 11:21:47 +08:00
package-lock.json first-comit 2024-01-21 11:21:47 +08:00
package.json first-comit 2024-01-21 11:21:47 +08:00
readme.md first-comit 2024-01-21 11:21:47 +08:00
render.blend first-comit 2024-01-21 11:21:47 +08:00

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
🥚 2021eggpvlzscw