Skip to content

tonydoesathing/memorme-website

Repository files navigation

MemorMe Website

Preview - Here

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

Build Setup

# 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