Skip to main content

up

To launch the development environment for your project, use the command nhost up. Once the environment is running, this command will

  • Apply database migrations.
  • Apply Hasura metadata.
nhost up

If it's the first time you start the project, seed data will be applied.

Stop

Use ctrl+c to stop the development environment.