Blog w/ Next.js.
$ docker-compose up -d
$ docker-compose exec app /bin/bash
$ yarn install
Please refer to package.json
if needed.
There are some commands which are started with next ...
.
e.g.) use "dev": "next dev"
under scripts
section.
$ yarn next dev