diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1be4bb3 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# My-Blog +* A website where you can post blogs for you to see +* Created with Node, Express, and EJS + +# Viewing +* Clone the repository to your machine +* Make sure you have Node installed +* Run "npm i" with My-Blog as your working directory +* Run "node index.js"