Tools to develop and test Nhost projects locally
get.sh
script checks for both the architecture and operating system and installs the right binary.
init
will scaffold a bunch of files that Nhost uses to manage configuration, database schema and migrations, APIs, functions, etc.
With the project scaffolding in place, start the local Nhost instance with nhost up
: