GitHunt

nyaomaru_base

This repositry is my business base template.

Feel free to use it.

Purpose

By showing my private repository to public, I have got to enhance the coding quality.

And raise my motivation for maintenance of code.

Get started ๐Ÿš€

First, you run git clone.

git clone git@github.com:nyaomaru/nyaomaru_base.git

If you use docker, you can run docker compose up -d in the working directory.

docker compose up -d

If you don't use docker, you need to run below command.

pnpm i
pnpm dev

Then, you access to localhost:3333/top, you can see the website.

storybook

you can use storybook.

If you don't use docker, you need to run below command.

pnpm storybook

Then, you access to localhost:6006/, you can see nyaomaru base storybook.

jest

Jest

you can run jest tests.

If you want to run jest, you run below code.

pnpm test

Contributors

MIT License
Created April 15, 2024
Updated March 22, 2026