Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BOHEUS committed Nov 2, 2024
1 parent a600f89 commit a76950c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ From any other folder you can run `npx nx <command> twenty-server` (or `npx nx r
### First time setup

```
npx nx twenty-server database:reset # setup the database with dev seeds
npx nx database:reset twenty-server # setup the database with dev seeds
```

### Starting the server
### Starting the server

```
npx nx run twenty-server:start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image: /images/user-guide/create-workspace/workspace-cover.png

```bash
npx nx start twenty-front
```
```

### Regenerate graphql schema based on API graphql schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ image: /images/user-guide/fields/field.png
info: Mostly for contributors or curious developers
---


Follow this guide if you would like to setup the project locally to contribute.

## Prerequisites
Expand Down Expand Up @@ -278,7 +277,7 @@ Make sure to run yarn in the root directory and then run `npx nx server:dev twen

This should work out of the box with the eslint extension installed. If this doesn't work try adding this to your vscode setting (on the dev container scope):
#### While running `npx nx start` or `npx nx start twenty-front`, Out of memory is thrown
#### While running `npx nx start` or `npx nx start twenty-front`, Out of memory error is thrown
In `packages/twenty-front/.env` uncomment `VITE_DISABLE_TYPESCRIPT_CHECKER=true` and `VITE_DISABLE_ESLINT_CHECKER=true` to disable background checks thus reducing amount of needed RAM.
Expand Down

0 comments on commit a76950c

Please sign in to comment.