Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunosimon/folio-2019


https://github.com/brunosimon/folio-2019

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

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
```