Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunosimon/folio-2019
https://github.com/brunosimon/folio-2019
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/folio-2019
- Owner: brunosimon
- License: mit
- Created: 2019-07-13T19:57:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T21:43:05.000Z (8 months ago)
- Last Synced: 2024-12-31T20:08:47.150Z (11 days ago)
- Language: JavaScript
- Size: 60.8 MB
- Stars: 4,354
- Watchers: 55
- Forks: 932
- Open Issues: 37
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-luooooob - brunosimon/folio-2019 - (JavaScript)
- 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
```