Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'twentyhq:main' into main
Browse files Browse the repository at this point in the history
atharvParlikar authored Dec 28, 2023
2 parents 04351ed + 40d4a0d commit b4c95c0
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -194,5 +194,5 @@ yarn nx start twenty-front
```

Twenty's server will be up and running at [http://localhost:3000/graphql](http://localhost:3000/graphql).
Twenty's frontend will be running at [http://localhost:3001](http://localhost:3001). Just login using the seeded demo account: `tim@apple.dev` to start using Twenty.
Twenty's frontend will be running at [http://localhost:3001](http://localhost:3001). Just login using the seeded demo account: `tim@apple.dev` (password: `Applecar2025`) to start using Twenty.

Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ export const MyComponent = () => {
applyShadow={true}
applyBlur={true}
disabled={false}
focus={true}
/>
</FloatingButtonGroup>
);

0 comments on commit b4c95c0

Please sign in to comment.