marian13 / blueprinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blueprinter

An app to generate apps.

Quick Links

Description Link
Local Blueprinter app http://localhost:9000

Development

Prerequisites

Please, analyze the list of the development dependencies below.

Most of them are not mandatory, but their configurations are committed directly to this repo.

If you prefer to utilize any alternatives, feel free to do it, but the following commands in this README assume their usage.

So it is up to you to translate them to the tool of your choice.

Environment

Copy and run the command below:

cd ~/Projects/blueprinter && task tmuxinator:start

This will start the project for you.

Have a look at .dev/tmuxinator.yml if you are interested in what is happening under the hood.

Once you finish development, use task tmuxinator:stop to turn off the environment.

FAQ

What was the Rails new command?

$ ruby -v
ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [x86_64-darwin22]
$ bundler -v
Bundler version 2.5.7
$ rails -v
Rails 7.1.3.2
$ rails new blueprinter --database=postgresql

Tech Stack

Backend

Service Objects

I18n

Frontend

CSS Toolkits

HTTP Requests

Websockets

Query Params

Toasts

Utilities

Databases

Tests

Debugging

Linting

Documenting

Containerization

CI

Production

Contributing

Conventions

Must Reads

Backlog

  • 100% spec coverage.

  • Wrap libraries.

About


Languages

Language:Ruby 62.2%Language:HTML 14.2%Language:JavaScript 12.9%Language:Gherkin 4.8%Language:Dockerfile 3.4%Language:Shell 1.3%Language:CSS 1.1%