Markdown Manager on React

Spec

  • NodeJS: 18.0.0

Setup

  1. Clone this repository:
git clone https://github.com/johanromero5879/markdown-manager.git
  1. Locate directory: cd markdown-manager.
  2. Copy and paste .env.example, rename the file as .env and type environment variables in it.
  3. Execute in:
    • Development: npm start.
    • Production: npm run build and npx serve -s build.