← Back to context Comment by johannesrexx 8 days ago It installs easily under Linux. 3 comments johannesrexx Reply dddw 8 days ago How? johannesrexx 7 days ago npm install corepack # installs yarncd ~/Applicationsgit clone https://github.com/katspaugh/ichinichi.gitcd ichinichiyarn install # build it oryarn build # build it or productionyarn dev # launch it.Now open a web browser to http://localhost:5173/ dddw 7 days ago Yeah, but not antinote
dddw 8 days ago How? johannesrexx 7 days ago npm install corepack # installs yarncd ~/Applicationsgit clone https://github.com/katspaugh/ichinichi.gitcd ichinichiyarn install # build it oryarn build # build it or productionyarn dev # launch it.Now open a web browser to http://localhost:5173/ dddw 7 days ago Yeah, but not antinote
johannesrexx 7 days ago npm install corepack # installs yarncd ~/Applicationsgit clone https://github.com/katspaugh/ichinichi.gitcd ichinichiyarn install # build it oryarn build # build it or productionyarn dev # launch it.Now open a web browser to http://localhost:5173/ dddw 7 days ago Yeah, but not antinote
How?
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/
Yeah, but not antinote