mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 09:33:42 -04:00
Update docs next
This commit is contained in:
@@ -142,7 +142,7 @@ Compass/
|
||||
|
||||
| Layer | Technology |
|
||||
| -------- | -------------------------------- |
|
||||
| Frontend | Next.js 14, React 18, TypeScript |
|
||||
| Frontend | Next.js 16, React 19, TypeScript |
|
||||
| Styling | Tailwind CSS |
|
||||
| Backend | Express.js, Node.js |
|
||||
| Database | PostgreSQL (Supabase) |
|
||||
|
||||
@@ -18,18 +18,6 @@ yarn dev
|
||||
|
||||
Open [localhost:3001](http://localhost:3001) with your browser to see the result.
|
||||
|
||||
### Notes
|
||||
|
||||
Right now, I can't make the email server run without breaking the backend API and web, as they require different versions of react.
|
||||
|
||||
To run the email server, temporarily install the deps in this folder. They require react 19.
|
||||
|
||||
```bash
|
||||
yarn add -D @react-email/preview-server react-email
|
||||
```
|
||||
|
||||
When you are done, reinstall react 18.2 by running `yarn clean-install` at the root so that you can run the backend and web servers again.
|
||||
|
||||
## Useful commands
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user