I have admin access to Strapi Dashboard of an existing website. I am able to edit the content through Content Manager feature. However, now I need access to developer mode in order to add/edit content (e.g. font, color etc.). How can I get access to the developer environment?
I am new to using Strapi, so I am very grateful to your guidance. Thank you in advance.
So you will need to run the server in development mode by starting it with npm run develop or yarn develop in production mode you can’t change content types etc.
Not sure what this answers of the users question or if it’s just an answer.
since I have no previous experience, could you explain how to run the server in development mode. You said starting it with npm run develop or yarn develop, but I do not know how to implement this.