Ethereal Pulse is a platform that simplifies that way emails are built and delivered.
- NodeJs -
v18.17.1orv20.3.0or higher
TBD
Important
To setup our project locally you will need the additional tools:
- Pnpm -
8.6.12or higher - Docker - for MongoDB connection
Install dependencies
pnpm installCreate .env and ask for credentials
cp .env.example .envStart MongoDB container
docker compose -f "apps/server/docker-compose.yml" up -d --buildSpin up the apps
pnpm startOpen client in: http://localhost:5173
Open server in: http://localhost:3000
To run ESLint in all projects:
pnpm lintTo run Prettier in all projects:
pnpm format