You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This project builds the frontend for the stash-box server. It can be used to bui
4
4
5
5
## Setup / Installing
6
6
Make sure your environment is up to date:
7
-
- node >= `14.16.0`
7
+
- node >= `14.16.0`, < `17.0.0`
8
8
- yarn >= `1.15.2`
9
9
10
10
For installation instructions, please see the websites for [yarn](https://yarnpkg.com/lang/en/docs/install/) and [node.js](https://nodejs.org/en/download/).
@@ -16,14 +16,14 @@ yarn
16
16
```
17
17
18
18
## GraphQL development
19
-
If any queries/mutations or the schema on the server is updated, the Typescript types can be updated with:
19
+
If any queries/mutations or the schema on the server is updated, the Typescript types can be updated with:
20
20
```shell
21
21
yarn generate
22
22
```
23
23
24
24
## Running
25
25
26
-
### Local development server
26
+
### Local development server
27
27
28
28
The API key can be set in the environment configuration. To do so, you will need to initialize the environment configuration:
0 commit comments