https://github.com/fluse/fey
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluse/fey
- Owner: fluse
- Created: 2016-01-26T19:53:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T21:20:31.000Z (over 8 years ago)
- Last Synced: 2025-11-14T23:41:39.924Z (7 months ago)
- Language: JavaScript
- Size: 72.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```