Skip to content

introspective-code/markdown-content-tools

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published