A super simple, Google Drive based blog.
First get the files locally:
git clone [email protected]:makers-upv/web.git
cd ./blogThen you will need to install them. For this you need Node.js:
npm installRename the file .env_demo to .env and fill in the private variables. Then run it:
node app.jsOpen localhost:3000 and you should see your blog.