Brandon Li's personal website built using React.js, Node.js, MongoDB, and webpack. Live at https://brandlibel.me
- node.js (I used version 10.16.0)
- yarn (version 1.x not 2.x)
- Download, install, and run MongoDB
yarn install
yarn start
- Visit
localhost:3000
Add or delete blog posts by visiting the console at localhost:3000/admin
Optional: set a password with enviornment variable BRANDLIBEL_PASS
; if it's not set, any password will work