Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.16 KB

README.rdoc

File metadata and controls

40 lines (26 loc) · 1.16 KB

<img src=“https://travis-ci.com/nay/kozuchi.svg?branch=master” alt=“Build Status” />

Kozuchi

Kozuchi is a home-accounting web application. (‘家計簿’ in Japanese.)

  • It supports Japanese only.

  • It works on Ruby on Rails 6.1 and Ruby >= 3.1.

  • It uses PostgreSQL.

How to set up

“‘shell $ bundle install –path vendor/bundle “`

次は失敗する:

“‘shell $ bin/rails webpacker:install “`

Node.js の期待ヴァージョンが異なる。Webpacker を剥がすしかない.

“‘shell $ yarn install yarn install v1.22.21 info No lockfile found.

1/5

Validating package.json…

error kozuchi@: The engine “node” is incompatible with this module. Expected version “16.x”. Got “18.19.0” error Found incompatible module. info Visit yarnpkg.com/en/docs/cli/install for documentation about this command. “‘