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

https://github.com/e00dan/kuzirashi.github.io

Find out more about me. Written in Ember.
https://github.com/e00dan/kuzirashi.github.io

Last synced: about 2 months ago
JSON representation

Find out more about me. Written in Ember.

Awesome Lists containing this project

README

          

## Installation

```
nvm use 8
yarn
bower install
```

* `git clone ` this repository
* change into the new directory
* `yarn`
* `bower install`

## Running / Development

* `yarn start`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

### Deploying

I'm usually running `up.sh` script to deploy this application.