# folio-2019 **Repository Path**: webgl-threejs/folio-2019 ## Basic Information - **Project Name**: folio-2019 - **Description**: 仓库来自于https://github.com/brunosimon, 方便国内拷贝。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2021-02-18 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Folio 2019 ## Setup Download [Node.js](https://nodejs.org/en/download/). Run this followed commands: ``` bash # 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 ```