/tkoj

Simple markdown editor

Primary LanguageTypeScriptMIT LicenseMIT

TKOJ

Simple markdown editor with live preview

I built this essentially to further my knowledge on different technologies

screenshot

Usage

You can run this project using docker and docker compose.

The next environment variables will be required on the server service:

MONGODB_URI="Your mongodb server URI"
JWT_SECRET="Your JWT secret key"

You can use any method you'd preffer:

  • Adding them in the docker-compose.yml file
  • Adding a .env file to the server directory
  • Manually setting the environment variables in your machine

Requirements:

  • Node.js
  • npm
  • Ruby
  • Bundler

Build with