Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

319 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Budget CI

A minimal budgeting application.

Screenshots

Contributing

See the contributing guidelines.

Development

Install the dependencies and set up the database.

bin/setup

To run the application processes.

bin/dev

If you're making changes, be sure to write and run the tests.

bin/rails spec

Before pushing changes, check all the code.

bin/ci

Docker

Build the image with Docker.

docker build -t budget .

Run the server using the image.

docker run --rm -p 3000:80 -e SECRET_KEY_BASE=$(bin/rails secret) --name budget budget

License

Budget uses the MIT license. See LICENSE for more details.

About

A minimal budgeting application.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /