https://github.com/brunosimon/folio-2019
https://github.com/brunosimon/folio-2019
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/folio-2019
- Owner: brunosimon
- License: mit
- Created: 2019-07-13T19:57:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T21:43:05.000Z (over 1 year ago)
- Last Synced: 2025-04-03T02:14:26.795Z (8 months ago)
- Language: JavaScript
- Size: 60.8 MB
- Stars: 4,413
- Watchers: 55
- Forks: 952
- Open Issues: 37
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-luooooob - brunosimon/folio-2019 - (JavaScript)
- hub - 页面源码
- awesome-list - folio-2019
README
# Folio 2019
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies
npm install
# Serve at localhost:1234
npm run dev
# Build for production in the dist/ directory
npm run build
```