Skip to content

This project runs a web server which displays a markdown file

Notifications You must be signed in to change notification settings

SophiaH67/markdown-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-website

This project runs a web server which displays a markdown file.

Running

Docker

With docker, you should run

docker run -it -d \
    -p <port number>:<port number> \
    -e PORT=<port number> \
    -v /path/to/markdown.md:/app/web.md \
    marnixah/markdown-website:latest

Without docker

Without docker, you should run

git clone https://github.com/marnixah/markdown-website.git
cd markdown-website
npm install
node .

Editing

To edit the content of the website, simply edit web.md (or in docker, whatever file you bound it to)

About

This project runs a web server which displays a markdown file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published