Skip to content

diconium/ethereal-pulse

Repository files navigation

Ethereal Pulse

Ethereal Pulse is a platform that simplifies that way emails are built and delivered.

Getting Started

Prerequisites

  • NodeJs - v18.17.1 or v20.3.0 or higher

SDK integration

TBD

Development

Important

To setup our project locally you will need the additional tools:

  • Pnpm - 8.6.12 or higher
  • Docker - for MongoDB connection

Install dependencies

pnpm install

Create .env and ask for credentials

cp .env.example .env

Start MongoDB container

docker compose -f "apps/server/docker-compose.yml" up -d --build

Spin up the apps

pnpm start

Open client in: http://localhost:5173 Open server in: http://localhost:3000

Linting

To run ESLint in all projects:

pnpm lint

To run Prettier in all projects:

pnpm format

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages