Email once. Echo forever.
Panache is a newsletter platform, designed for creators.
It can be regarded as an open-source alternative to Substack/Beehiiv.
- NodeJS & NPM
- Git
- Clone the repository:
git clone https://github.com/panachetechnologies/panache
- Change directory:
cd panache
- Install dependencies:
npm install
- Set up environment variables:
cp .env.example .env
- Run migration:
node ace migration:run
- Start development server:
npm run dev