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

https://github.com/fluse/fey


https://github.com/fluse/fey

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# Christopher Fey Designer

## Install Application

install node in version 4.2.X

install dependencies

```
> npm install
```

install global dependencies

```
> cd scripts/ && sh install.sh
```

## Start Application

### Default

```
> npm start
```

### Run in Dev Mode

```
> npm run dev
```

## Develop

```
> npm run watch
```

```
> npm run deploy
```

```
> npm run font
```