This is the memorme.app website, our main landing page for the app. It introduces the idea of MemorMe, gives potential usecases, and calls the visitor to the action of sharing their email for future communications. It has basic Firebase Analytics capabilities, and was made using Nuxt.js and Skeleton.css
Start in /pages/index.vue
; otherwise, preview the website here
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate