Project's stack list is divided into 3 lists
Before getting started, make sure that Docker (Desktop) is running if you want to work locally, otherwise commands may fail, etc.
CODECOV_TOKEN
npm install -g pnpm
pnpm i
pnpm dev
In the root folder, just run:pnpm dock
Make sure to add the following host-names to the host file to imitate the domain names (How to edit)
127.0.0.1 nameless.local
127.0.0.1 api.nameless.local
127.0.0.1 storybook.nameless.local
Run ESLint with Prettier for static analysis and applying consistent code
formatting:pnpm lint
This project consists of integration tests and unit tests upon the necessity of
requirements
Run Jest for running tests:pnpm test