npm install
npm run devThere are additional dependencies on nais/teams-backend which you may want to handle.
For a combination of more tools running locally (hookd, NAIS Teams frontend and more), check out the nais/features-dev repo.
Whenever teams-backend updates its GraphQL schema you might want to update the models. This can be done by running the following command:
npm run gqlgenThis requires that you have a running instance of teams-backend on localhost:3000.