# Supabase

# Supabase Cli

See the tutorial at https://github.com/ULL-ESIT-DMSI/hello-supabase-cli (opens new window)

# Controlling Node version in a project

Here is an example of how to control the node version of your project with nvm and npm:

➜  supabase git:(master) cat .npmrc 
engine-strict=true%                                                                                  
➜  supabase git:(master) cat .nvmrc 
18
1
2
3
4

# Local Dev with CLI

See https://supabase.com/docs/guides/cli (opens new window)

Last Updated: a few seconds ago