How can my team access the Strapi admin?

Hi, I am sorry if this question is too basic, I just started using Strapi today.

I am a developer and have been able to easily start a Vue/Strapi project and am super happy with it.

The issue is that my colleague wants to have access to the admin to edit content from their computer? Is this possible? How do non technical people access strapi if the local server I have running on my side is not running from theirs?

Again, sorry if this is a very basic question or is not clear and thanks in advance!

You would want to deploy it into a production setting on a server, Strapi by default in development mode is not ran as a service and unless that colleague is on the same local network as you they won’t be able to connect to it (unless you use something like ngrok).

1 Like