https://github.com/yuucu/hogehoge.io
https://github.com/yuucu/hogehoge.io
chartjs github netlify nuxt vue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuucu/hogehoge.io
- Owner: yuucu
- License: mit
- Created: 2019-02-07T11:44:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:21:17.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:38:05.597Z (almost 2 years ago)
- Topics: chartjs, github, netlify, nuxt, vue
- Language: Vue
- Homepage: https://hogehoge.netlify.com/
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hogehoge.io
## Requirement
- Docker
## Usage
```shell
$ git clone https://github.com/yuucu/hogehoge.io
$ cd hogehoge.io
$ cp dummy.env app.env
$ vim app.env
$ docker-compose up -d --build
$ docker-compose exec web /bin/ash
```
```terminal:コンテナ内
/app # cd hogehoge.io
/app/hogehoge.io # npm install
/app/hogehoge.io # npm run dev
```
http://localhost:3002