A set of tools to help build markdown-based content for blog posts, tutorials, etc.
- NodeJS >= v14
git clone https://github.com/introspective-code/markdown-content-tools.git
cd markdown-content-tools
npm install && cd client && npm install && cd ..
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
Nafeu Nasir
MIT