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

https://github.com/yuucu/hogehoge.io


https://github.com/yuucu/hogehoge.io

chartjs github netlify nuxt vue

Last synced: 2 months ago
JSON representation

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