Skip to content
/ web Public
forked from makers-upv/web

[OLD] Source code for the website

Notifications You must be signed in to change notification settings

bob5731/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[OLD] Source code for the website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.3%
  • HTML 29.1%
  • CSS 26.6%