Skip to content

Commit

Permalink
369 add recomended vscode plugins and setup to docs (#384)
Browse files Browse the repository at this point in the history
* Add VSCode extensions in developing.md

* Update Strapi permissions for public roles in developing.md
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Apr 29, 2024
1 parent a72c994 commit abf700f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This project requires you have installed [Node.js 20 LTS](https://nodejs.org/en/download). We recommend using [nvm](https://github.com/nvm-sh/nvm) to install multiple versions of node if necessary.

## VSCode extensions

We recommend using the following vscode extensions for the best experience.
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [GraphQL: Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)

## Running the project

To install all requirements simply do the following from the project root:
Expand All @@ -24,12 +32,13 @@ If this doesn't work you might have to enter and build the backend (strapi) firs

## Strapi First time boot

Goto Settings > Users & Permissions plugin > Roles > Public > Article, and enable `find` and `findOne`. You need to do this for every publically available content type. Theese include but are not limited to:
Goto `Settings > Users & Permissions plugin > Roles > Public > Article`, and enable `find` and `findOne`. You need to do this for every publically available content type. Theese include but are not limited to:

- Article
- Author
- Hero
- Most-recent-image
- Featured-image
- Hero
- Project
- Satellite

Expand Down

0 comments on commit abf700f

Please sign in to comment.