fix: the linter issues with npm run format

This commit is contained in:
kabhamo
2023-07-19 20:21:33 +03:00
parent 2ce827e374
commit fc922e810b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -40,12 +40,15 @@ git clone https://github.com/appwrite/console.git appwrite-console
```
### 2. Install dependencies with npm
Navigate to the Appwrite Console repository and install dependencies.
```bash
cd appwrite-console && npm install
```
### 3. Install and run Appwrite locally
When you run the Appwrite Console locally, it needs to point to a backend as well. The easiest way to do this is to run an Appwrite instance locally.
Follow the [install instructions](https://appwrite.io/docs/installation) in the Appwrite docs.
+1 -1
View File
@@ -100,7 +100,7 @@
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: hsl(var(--p-box-background-color));
padding-block-start: 4% ;
padding-block-start: 4%;
margin: 0;
}
.prism-token {