No description
Find a file
2024-07-15 14:37:54 +02:00
.devcontainer Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
.github Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
.vscode Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
app Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
bin rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
config Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
db rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
lib rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
log rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
public rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
storage rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
test Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
tmp rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
vendor Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
.dockerignore rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
.gitattributes rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
.gitignore rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
.node-version rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
.rubocop.yml Rubocop config 2024-07-15 14:37:54 +02:00
.ruby-version rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
config.ru Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
docker-compose.yml rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
Dockerfile rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
Gemfile Rubocop config 2024-07-15 14:37:54 +02:00
Gemfile.lock Rubocop config 2024-07-15 14:37:54 +02:00
package.json rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
Procfile.dev rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
Rakefile Basic setup, launch config and layout 2024-07-15 14:31:54 +02:00
README.md rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00
yarn.lock rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild . 2024-07-15 02:19:27 +02:00

a11yist

rails new -n a11yist -d sqlite3 --skip-action-mailbox --css bootstrap --js esbuild .