Skip to content

nanobox-quickstarts/nanobox-kitto

Repository files navigation

Kitto from scratch

Kitto from scratch

Run a Kitto app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-kitto.git

# cd into the kitto app
cd nanobox-kitto

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local kitto.dev

# Run kitto as you would normally, with Nanobox
nanobox run mix kitto.server

Check it out

Visit your app at kitto.dev:4000

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# where elixir is installed,
elixir -v

# and your code is mounted
ls

About

Quickstart for Kitto with Nanobox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published