Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 691 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 691 Bytes

Markdown Content Tools

A set of tools to help build markdown-based content for blog posts, tutorials, etc.

Requirements

  • NodeJS >= v14

Setup and Installation

git clone https://github.com/introspective-code/markdown-content-tools.git
cd markdown-content-tools
npm install && cd client && npm install && cd ..

Development

In the root project folder, create a .env file using the .example-env, and fill in the environment variables accordingly.

cp .example-env .env

Run the back-end server:

npm run dev

Create a new tab, go into the client folder and run the front-end:

cd client
npm start

Credits

Nafeu Nasir

License

MIT