<%= config %>¶ ↑
Welcome! You’ve generated an app using Kanji
.
First steps¶ ↑
-
Run
bundle
-
Review
.env
&.env.test
(and make a copy to e.g..example.env
if you want example settings checked in) -
Create a
blog_development
database -
Add your own steps to
bin/setup
-
Run the app with
bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru
-
Initialize git with
git init
and make your initial commit