Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 702 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 702 Bytes

pinpong.co

phase 2

  • add comment block
  • change deploy auto form github
  • rename project in github
  • rename project in firebase
  • rename preject in google analytics
  • add like btn for notes
  • add rss service
  • add web icons
  • add view images
  • add copy code

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

how to build this project and deploy

# step 1
$ yarn generate

# step 2
$ firebase deploy

or run by single command

$ yarn deploy