Create a .env file and fill in with your nhost project's region
and 'subdomain'
PUBLIC_NHOST_REGION=
PUBLIC_NHOST_SUBDOMAIN=
npm run dev
- Create an nhost project using the CLI
$ nhost init
- Run the project
$ nhost up
- Create a
.env
file and setPUBLIC_NHOST_SUBDOMAIN
tolocal
and leave thePUBLIC_NHOST_REGION
empty
PUBLIC_NHOST_REGION=local
PUBLIC_NHOST_REGION=
- Start the sveltekit developement server
$ npm run dev