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.
- Host: GitHub
- URL: https://github.com/e00dan/kuzirashi.github.io
- Owner: e00dan
- Created: 2016-08-12T18:20:44.000Z (almost 10 years ago)
- Default Branch: source
- Last Pushed: 2024-01-18T16:58:37.000Z (over 2 years ago)
- Last Synced: 2025-03-21T03:14:44.346Z (about 1 year ago)
- Language: SCSS
- Homepage: http://danielkmak.com
- Size: 51.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.