A super simple, Google Drive based blog.
First get the files locally:
git clone git@github.com: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.