Skip to content

ginger-kang/iroiro

Repository files navigation

✨ iroiro ✨

image

🕶Show people your style and play the game

Getting Started

Prerequisites

Required Description
Git We follow the GitHub Flow
Node.js 14.3.0
Yarn 1.22.4 or above

Install Node, Yarn

The project manages the version of node through nvm.

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
$ command -v nvm
$ nvm install 14.3.0
$ which node
$ npm install -g yarn

In the project root as follows are performed through the .nvmrc

$ nvm use
...

Yarn CLIs

Install project

$ nvm use
$ yarn
$ cd client
$ yarn
$ cd ..
$ yarn run dev

License

MIT