Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1000 Bytes

File metadata and controls

48 lines (27 loc) · 1000 Bytes

Give Me My Data

Give Me My Data was a Facebook application that helped users export their data out of Facebook. Reasons included making artwork, archiving and deleting your account, or circumventing the interface Facebook provides. Data could be exported in CSV, XML, and other common formats.

Dev Notes

Setup

Note: See https://github.com/omundy/learn-javascript/ for details and documentation

# install dependencies
npm install 
# or start the server and open the app in a new browser tab
npm run dev -- --open

Static Site Generation

# create a production version of your app
npm run build
# preview the production build
npm run preview

Deployment

# deply to github
npm run deploy