ngarnier / mjml-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mjml-editor

Requirements

Install

yarn

Setup

Create an application on Github

In your applications, register a new app with the following information:

  • Homepage URL: host of the app (http://127.0.0.1 if running locally)
  • Authorization callback URL: authority of the app (http://127.0.0.1:3333/ if running locally)

Configure the app environment

Create a .env file as follow:

HOST=
PORT=3333
API_URL=http://localhost:3333/api
GITHUB_CLIENT_ID=<client-id>
GITHUB_CLIENT_SECRET=<client-secret>
SESSION_SECRET=<secret-string-of-your-choice>

Launch

redis-server
yarn run dev

About


Languages

Language:JavaScript 86.6%Language:CSS 13.4%