|
|
|
|
|
by johannesrexx
90 days ago
|
|
npm install corepack # installs yarn cd ~/Applications git clone https://github.com/katspaugh/ichinichi.git cd ichinichi yarn install # build it or yarn build # build it or production yarn dev # launch it. Now open a web browser to http://localhost:5173/ |
|