Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 418 Bytes

Drive Blog

A super simple, Google Drive based blog.

Install

First get the files locally:

git clone [email protected]:makers-upv/web.git
cd ./blog

Then you will need to install them. For this you need Node.js:

npm install

Rename the file .env_demo to .env and fill in the private variables. Then run it:

node app.js

Open localhost:3000 and you should see your blog.