This is a service that allows you to share LGTM images featuring Kinako (my beloved dog). By clicking on an image, the corresponding Markdown code is copied, making it easy to use.
- Start the Container
$ make up
- Initial Setup
$ make install
- Start the Application
$ make dev
- Start Storybook
$ make story
- If the Application Fails to Start
$ make down
$ make up
$ make install
$ make dev